Skip to content

Commit

Permalink
set appropriate child type for input and output entities
Browse files Browse the repository at this point in the history
  • Loading branch information
taras-dubyk committed Sep 2, 2024
1 parent 6f166d3 commit 6e9f4d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions properties_pane/defaultData.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@
"collectionName": "newOperation",
"entityType": "request",
"operationType": "Query",
"isActivated": true
"isActivated": true,
"childType": "input"
},
"nestedCollection": {
"collectionName": "Response",
"entityType": "response",
"snippet": "responseStructure",
"subtype": "response",
"isActivated": true
"isActivated": true,
"childType": "type"
},
"field": {
"hackoladeMeta": {
Expand Down

0 comments on commit 6e9f4d2

Please sign in to comment.