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
{{ message }}
This repository was archived by the owner on Sep 3, 2021. It is now read-only.
Hey @stephen-dahl - yes, you just need to create the relevant GraphQLDirective and add it to your GraphQLObjectType object. Once you've created the GraphQLSchema object you can pass that to augmentSchema or makeAugmentedSchema instead of type definitions to create the auto-generated resolvers and other schema augmentations.
Is it possible to use this with schemas generated using js instead of SDL? for example
how would you apply annotations in this context?
The text was updated successfully, but these errors were encountered: