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
Migrating to a new Federated Apollo GraphQL Service, and all operations are required to apply an "operationName": "SomethingQuery" or is deemed a forbidden operation, so introspection and testing queries is not working against it.
Is there currently a way to configure the requests to look like this in the GraphQL Plugin Client?
Added operationName key to dynamically add query, mutation, or subscription name to data object or anonymous in unnamed
next is to make the key editable to user/opt-in
Migrating to a new Federated Apollo GraphQL Service, and all operations are required to apply an
"operationName": "SomethingQuery"
or is deemed a forbidden operation, so introspection and testing queries is not working against it.Is there currently a way to configure the requests to look like this in the GraphQL Plugin Client?
--data-raw '{"operationName":"IntrospectionQuery","variables":{},"query":"query IntrospectionQuery {
The text was updated successfully, but these errors were encountered: