graphql-directive
graphql-directive copied to clipboard
Applying directives to types/fields programmatically
Hi, is it possible to add directives for types/fields using GraphQLObjectType instead of SDL? Is it supported? I could only see examples using SDL. Thanks.
I think it is possible but I don't have any example, sorry.