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:
-
Field Summary
Fields inherited from interface GraphQLDirectiveContainer
CHILD_APPLIED_DIRECTIVES, CHILD_DIRECTIVES -
Method Summary
Methods inherited from interface GraphQLDirectiveContainer
getAllAppliedDirectivesByName, getAllDirectivesByName, getAppliedDirective, getAppliedDirectives, getAppliedDirectives, getDirective, getDirectives, getDirectives, getDirectivesByName, hasAppliedDirective, hasDirectiveMethods inherited from interface GraphQLNamedSchemaElement
getDefinition, getDescription, getNameMethods inherited from interface GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
-
Method Details
-
getType
-