GraphQLDirectiveImpl
Hierarchy
- GraphQLEntityImpl
- GraphQLDirectiveImpl
Implements
- GraphQLDirective
Index
Constructors
constructor
Parameters
config: Readonly<GraphQLDirectiveConfig>
Returns GraphQLDirectiveImpl
Properties
readonly[GRAPHQL_DIRECTIVE_SYMBOL]
readonly[GRAPHQL_VERSION_SYMBOL]
args
astNode
description
extensions
isRepeatable
locations
name
Accessors
[toStringTag]
Returns string
Methods
toConfig
Returns GraphQLDirectiveNormalizedConfig
toJSON
Returns string
toString
Returns string
Directives are used by the GraphQL runtime as a way of modifying execution behavior. Type system creators will usually not create these directly.