GraphQLDirective
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Parameters
config: Readonly<GraphQLDirectiveConfig>
Returns GraphQLDirective
Properties
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.