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
I get request with only query, operationName and variables, which I then need to feed to the proper service method: resolve for queries and mutations, and subscribe for subscriptions.
Is there any way to find what will be the effective "operation type"?
One of query, mutation or subscription (I'd like to distinguish mutations from queries as well).