We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97a8b1 commit 4638e5dCopy full SHA for 4638e5d
docs/advanced/directives.md
@@ -390,6 +390,8 @@ type Person @monitor {
390
391
> The `ToItems` filter can be invoked multiple times. A schema item must match all filter criteria in order for the directive to be applied.
392
393
+> Type system directives are applied in the order of declaration with the `[ApplyDirective]` attributes taking precedence over the `.ApplyDirective()` method.
394
+
395
**Adding arguments via .ApplyDirective()**
396
397
Adding Arguments via schema options is a lot more flexible than via the apply directive attribute. Use the `.WithArguments` method to supply either a static set of arguments for all matched schema items
0 commit comments