leangen / graphql-spqr

Build a GraphQL service in seconds
Apache License 2.0
1.09k stars 179 forks source link

Replace all deprecated GraphQLDirective usages with GraphQLAppliedDirective #434

Closed kaqqao closed 1 year ago

kaqqao commented 1 year ago

graphql-java started distinguishing a directive definition (GraphQLDirective) from directive application or "instances" (GraphQLAppliedDirective) and deprecated all the methods for adding GraphQLDirectives to schema elements. SPQR should migrate accordingly.