dotansimha / graphql-tools-rs

40 stars 3 forks source link

feat: add unique variable names rule #26

Closed saihaj closed 2 years ago

saihaj commented 2 years ago

add rule to ensure variable names are unique. See https://spec.graphql.org/draft/#sec-Variable-Uniqueness

Closes #9