Replies: 3 comments 25 replies
-
I found @DgsRuntimeWiring. |
Beta Was this translation helpful? Give feedback.
20 replies
-
Here is a working example i created to use custom directives with Netflix DGS. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I've also build a basic example how to use custom directives with Netflix DGS: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m looking for guidance on adding custom directives. We used to do something like this
class AuthDirective implements SchemaDirectiveWiring {
...:
}
RuntimeWiring.newRuntimeWiring()
.directive("auth", new AuthDirective())
.build();
Not sure exactly how to achieve this in DGS. Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions