Interface GraphQLInputValueDefinition

All Superinterfaces:
GraphQLDirectiveContainer, GraphQLInputSchemaElement, GraphQLNamedSchemaElement, GraphQLSchemaElement
All Known Implementing Classes:
GraphQLArgument, GraphQLInputObjectField

@PublicApi public interface GraphQLInputValueDefinition extends GraphQLDirectiveContainer, GraphQLInputSchemaElement
Named schema elements that contain input type information.
See Also: