Validate Request Operation Name when Single Operation is Present in the Document #1508
Labels
module/graphql
Issues related to Ballerina GraphQL module
Priority/High
Team/PCM
Protocol connector packages related issues
Type/Bug
Milestone
Description:
When there is an operation name provided from the request, and single operation is present in the document, provided operation name should validate against the provided document.
For Example;
Consider the Following Document:
and the request has operation name
baz
. This shouldn't be executed.The text was updated successfully, but these errors were encountered: