You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The directives mechanism was changed to be applied after the original schema is created (wiring-wise). It's a breaking change because in the past, the wiring mechanism was applied during the schema building using annotations, but now parts of the wiring does happen inside the GraphQLCodeRegistry. So you have to use the AnnotationsSchemaCreator in order to build your schema, or use the GraphQLCodeRegistry that is composed in the GraphQLAnnotations processor
Every deprecated method has been deleted (Breaking change)