You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: execution/engine/testdata/complex_nesting_query_with_art.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@
96
96
"raw_input_data": {},
97
97
"input": {
98
98
"body": {
99
-
"query": "{me {id username history {__typename ... on Store {location} ... on Purchase {wallet {currency}} ... on Sale {location product {upc __typename}}} __typename}}"
99
+
"query": "{me {id username history {__typename ... on Sale {location product {upc __typename}} ... on Purchase {wallet {currency}}} __typename}}"
100
100
},
101
101
"header": {},
102
102
"method": "POST",
@@ -409,7 +409,7 @@
409
409
},
410
410
"input": {
411
411
"body": {
412
-
"query": "query($representations: [_Any!]!){_entities(representations: $representations){... on User {__typename reviews {__typename attachments {__typename ... on Comment {upc __typename ... on Rating {body}} ... on Question {body} ... on Video {upc size}}}}}}",
412
+
"query": "query($representations: [_Any!]!){_entities(representations: $representations){... on User {__typename reviews {__typename attachments {__typename ... on Question {upc body} ... on Rating {upc body} ... on Video {upc size}}}}}}",
413
413
"variables": {
414
414
"representations": [
415
415
{
@@ -433,8 +433,8 @@
433
433
"__typename": "Review",
434
434
"attachments": [
435
435
{
436
-
"upc": "top-1",
437
436
"__typename": "Question",
437
+
"upc": "top-1",
438
438
"body": "How do I turn it on?"
439
439
}
440
440
]
@@ -443,8 +443,8 @@
443
443
"__typename": "Review",
444
444
"attachments": [
445
445
{
446
-
"upc": "top-2",
447
446
"__typename": "Rating",
447
+
"upc": "top-2",
448
448
"body": "The best hat I have ever bought in my life."
0 commit comments