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 4280468 commit 235e6c1Copy full SHA for 235e6c1
guides/type_definitions/directives.md
@@ -35,6 +35,7 @@ Here's how the two built-in directives work:
35
36
- `@skip(if: ...)` skips the selection if the `if: ...` value is truthy ({{ "GraphQL::Schema::Directive::Skip" | api_doc }})
37
- `@include(if: ...)` includes the selection if the `if: ...` value is truthy ({{ "GraphQL::Schema::Directive::Include" | api_doc }})
38
+
39
### Custom Runtime Directives
40
41
Custom directives extend {{ "GraphQL::Schema::Directive" | api_doc }}:
0 commit comments