Directives
#
deprecatedMarks an element of a GraphQL schema as no longer supported.
#
ArgumentsName | Description |
---|---|
reason (String ) | Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax, as specified by [CommonMark](https://commonmark.org. |
#
includeDirects the executor to include this field or fragment only when the if
argument is true.
#
ArgumentsName | Description |
---|---|
if (Boolean! ) | Included when true. |
#
skipDirects the executor to skip this field or fragment when the if
argument is true.
#
ArgumentsName | Description |
---|---|
if (Boolean! ) | Skipped when true. |
#
specifiedByExposes a URL that specifies the behaviour of this scalar.
#
ArgumentsName | Description |
---|---|
url (String! ) | The URL that specifies the behaviour of this scalar. |