Passing GraphQL operationName when issuing queries

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?

1 Like

Hi @Pat_Connors Can you share a screenshot? I haven't been able to reproduce this yet :thinking:

Are you using the generic Graphql query type or did you add a Graphql resource?