{ "mocks": [ { "request": { "query": "query Query_fetch_failure__Subgraph1__0{t{__typename prop id u{__typename id}}}", "operationName": "Query_fetch_failure__Subgraph1__0" }, "response": { "data": { "t": { "__typename": "T", "prop": "prop value", "id": "1", "u": { "__typename": "U", "id": "1" } } } } }, { "request": { "query": "query Query_fetch_failure__Subgraph1__2($representations:[_Any!]!$contextualArgument_1_0:String){_entities(representations:$representations){...on U{field(a:$contextualArgument_1_0)}}}", "operationName": "Query_fetch_failure__Subgraph1__2", "variables": { "contextualArgument_1_0": "prop value", "representations": [{ "__typename": "U", "id": "1" }] } }, "response": { "data": { "t": { "__typename": "T", "prop": "prop value", "id": "1", "u": { "__typename": "U", "id": "1" } } } } }, { "request": { "query": "query Query_fetch_failure__Subgraph1__2($representations:[_Any!]!$contextualArgument__Subgraph1_0:String){_entities(representations:$representations){...on U{field(a:$contextualArgument__Subgraph1_0)}}}", "operationName": "Query_fetch_failure__Subgraph1__2", "variables": { "contextualArgument__Subgraph1_0": "prop value", "representations": [{ "__typename": "U", "id": "1" }] } }, "response": { "data": { "t": { "__typename": "T", "prop": "prop value", "id": "1", "u": { "__typename": "U", "id": "1" } } } } } ] }