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