Download GraphQL schema
Directive for specifying field complexity in the GraphQL schema. The complexity is calculated as: value × (multiplier1_value × multiplier2_value × ...)
Arguments
value
multipliers
Locations
FIELD_DEFINITION
Directs the executor to include this field or fragment only when the if
argument is true.
Arguments
if
Included when true.
Locations
FIELD
FRAGMENT_SPREAD
INLINE_FRAGMENT
Directs the executor to skip this field or fragment when the if
argument is true.
Arguments
if
Skipped when true.
Locations
FIELD
FRAGMENT_SPREAD
INLINE_FRAGMENT
Marks an element of a GraphQL schema as no longer supported.
Arguments
reason
Default:"No longer supported"
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.
Locations
FIELD_DEFINITION
ARGUMENT_DEFINITION
INPUT_FIELD_DEFINITION
ENUM_VALUE
Exposes a URL that specifies the behavior of this scalar.
Arguments
url
The URL that specifies the behavior of this scalar.
Locations
SCALAR