Hey all, I'm noticing that when issuing GraphQL queries, the operationName -- which is typically passed in the request body -- isn't being passed to my server.
I'm explicitly naming my queries, ie:
query NameThatShouldShowUpButIsNot {
field {
value
}
}
Is this a known issue? Am I missing something?