Package graphql.schema
Interface GraphQLInputType
- All Superinterfaces:
GraphQLInputSchemaElement
,GraphQLSchemaElement
,GraphQLType
- All Known Subinterfaces:
GraphQLNamedInputType
- All Known Implementing Classes:
GraphQLEnumType
,GraphQLInputObjectType
,GraphQLList
,GraphQLNonNull
,GraphQLScalarType
,GraphQLTypeReference
Input types represent those set of types that are allowed to be accepted as graphql mutation input, as opposed
to
GraphQLOutputType
s which can only be used as graphql response output.-
Method Summary
Methods inherited from interface graphql.schema.GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren