dotansimha / graphql-tools-rs

40 stars 3 forks source link

feat: NoUnusedVariables rule #25

Closed saihaj closed 2 years ago

saihaj commented 2 years ago

Add rule to ensure there are no unused variables see: https://spec.graphql.org/draft/#sec-All-Variables-Used Closes #10