nikitastupin / clairvoyance

Obtain GraphQL API schema even if the introspection is disabled
Apache License 2.0
968 stars 87 forks source link

Verify that each word in wordlist conforms to name regex #11

Closed nikitastupin closed 1 year ago

nikitastupin commented 3 years ago

According to https://spec.graphql.org/June2018/#sec-Names names in GraphQL must match following regex:

[_A-Za-z][_0-9A-Za-z]*

We can skip non-matching names and add flag to disable this verification.