From 235e6c1ab8b8afc47405b909fd306df979c8e56a Mon Sep 17 00:00:00 2001 From: Austin-X Date: Sat, 30 Mar 2024 15:35:20 -0400 Subject: [PATCH] Fix indentation --- guides/type_definitions/directives.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/type_definitions/directives.md b/guides/type_definitions/directives.md index 4016c382f6..21182f0c45 100644 --- a/guides/type_definitions/directives.md +++ b/guides/type_definitions/directives.md @@ -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 }}: