Skip to content

Commit 552c117

Browse files
authored
Merge pull request #4895 from Austin-X/patch-4
Fix indentation
2 parents e393519 + 235e6c1 commit 552c117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/type_definitions/directives.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Here's how the two built-in directives work:
3535

3636
- `@skip(if: ...)` skips the selection if the `if: ...` value is truthy ({{ "GraphQL::Schema::Directive::Skip" | api_doc }})
3737
- `@include(if: ...)` includes the selection if the `if: ...` value is truthy ({{ "GraphQL::Schema::Directive::Include" | api_doc }})
38+
3839
### Custom Runtime Directives
3940

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

0 commit comments

Comments
 (0)