smallrye / smallrye-graphql

Implementation for MicroProfile GraphQL
Apache License 2.0
155 stars 89 forks source link

added some ignored tokens for name validations (dynamic) #2118

Closed mskacelik closed 2 months ago

mskacelik commented 2 months ago

/cc @jmartisk fix:#2096

see: https://spec.graphql.org/draft/#sec-Language.Source-Text.Ignored-Tokens

I only added commas and whitespaces.

Afaik, these ignored tokens are ignored by the graphql runtime.