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
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -573,6 +573,7 @@ We now wired the field "name" - so it will turn upper case when calling the fiel
573
573
The ``Directive`` annotations requires the name of the directive, the wiring class (the ``UpperWiring`` class defined earlier), and the values of the arguments. If an argument has a default value, you don't have to supply a value in the arguments values.
574
574
575
575
Notice that in any way, the directives are sequential, so the first annotated directive will happen before the second one.
576
+
If put both java annotation directive and `@GraphQLDirectives` annotation directives, the java annotation directive will be applied first.
0 commit comments