dotansimha / graphql-tools-rs

40 stars 3 forks source link

feat: KnownDirectives rule #28

Closed saihaj closed 2 years ago

saihaj commented 2 years ago

Implements https://spec.graphql.org/draft/#sec-Directives-Are-Defined

Had to update visitors so we visit directives on OperationDefinitions.

closes #12

Don't think we need SDL cause we don't really have utilities yet to build SDL so didn't move these over: https://github.com/graphql/graphql-js/blob/40c160e9fb0e1ff92fc954c03274adf94c3004a9/src/validation/__tests__/KnownDirectivesRule-test.ts#L233-L451