Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin-X authored Mar 30, 2024
1 parent 4280468 commit 235e6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions guides/type_definitions/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Here's how the two built-in directives work:

- `@skip(if: ...)` skips the selection if the `if: ...` value is truthy ({{ "GraphQL::Schema::Directive::Skip" | api_doc }})
- `@include(if: ...)` includes the selection if the `if: ...` value is truthy ({{ "GraphQL::Schema::Directive::Include" | api_doc }})

### Custom Runtime Directives

Custom directives extend {{ "GraphQL::Schema::Directive" | api_doc }}:
Expand Down

0 comments on commit 235e6c1

Please sign in to comment.