Currently KGraphQL can't handle GraphQL documents with more than one operation unless the operation name is provided as a variable, but usually the operation name - if needed - is provided as a part of the request (see kgraphl-ktor for example).
These changes incorporate this behavior and pass the requested operation name through to the executor.
Currently KGraphQL can't handle GraphQL documents with more than one operation unless the operation name is provided as a variable, but usually the operation name - if needed - is provided as a part of the request (see kgraphl-ktor for example).
These changes incorporate this behavior and pass the requested operation name through to the executor.