Interface GraphQLInputSchemaElement

All Superinterfaces:
GraphQLSchemaElement
All Known Subinterfaces:
GraphQLInputType, GraphQLInputValueDefinition, GraphQLNamedInputType
All Known Implementing Classes:
GraphQLAppliedDirectiveArgument, GraphQLArgument, GraphQLEnumType, GraphQLInputObjectField, GraphQLInputObjectType, GraphQLList, GraphQLNonNull, GraphQLScalarType, GraphQLTypeReference

@PublicApi public interface GraphQLInputSchemaElement extends GraphQLSchemaElement
A schema element that is concerned with input.