GraphQLArgument
Hierarchy
- GraphQLSchemaElement
- GraphQLArgument
Index
Constructors
Properties
Accessors
Methods
Constructors
constructor
Parameters
parentCoordinate: string
name: string
config: GraphQLArgumentConfig
Returns GraphQLArgument
Properties
astNode
readonlycoordinate
defaultValue
deprecationReason
description
extensions
name
type
Accessors
[toStringTag]
Returns string
Methods
toConfig
Returns GraphQLArgumentConfig
toJSON
Returns string
toString
Returns string
The base class for all Schema Elements.