Package graphql.schema
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.
-
-
Method Summary
-
Methods inherited from interface graphql.schema.GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
-
-