Enum Values Field not Validated Correctly in GraphQL Documents #1251
Labels
module/graphql
Issues related to Ballerina GraphQL module
Team/PCM
Protocol connector packages related issues
Type/Bug
Description:
The following query is now validated as a valid query:
But this should return an error since the selection
enumValues
must have subfields.The result should be:
The text was updated successfully, but these errors were encountered: