Closed kastermester closed 5 years ago
Ie. the following should fail:
fragment MyFragment on Query @argumentDefinitions(strVal: { type: "String" }) { __typename } query MyQuery { ... MyFragment @arguments(strVal: 10) }
Ie. the following should fail: