graphql-auth-directives
graphql-auth-directives copied to clipboard
Support graphql-tools v8
SchemaDirectiveVisitor
has been removed from @graphql-tools/utils
with the 8.0.0 release: ardatan/graphql-tools#3081
The new approach is to use mapSchema
and getDirectives
functions.
It's a breaking change, though, which completely sucks. They should have kept it in there for legacy reasons.
PS: this repo is dead, sadly.