Skip to content

Commit

Permalink
Merge pull request #4895 from Austin-X/patch-4
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
rmosolgo authored Mar 31, 2024
2 parents e393519 + 235e6c1 commit 552c117
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 552c117

Please sign in to comment.