Package graphql.schema
Interface GraphQLNamedInputType
-
- All Superinterfaces:
GraphQLInputSchemaElement,GraphQLInputType,GraphQLNamedSchemaElement,GraphQLNamedType,GraphQLSchemaElement,GraphQLType
- All Known Implementing Classes:
GraphQLEnumType,GraphQLInputObjectType,GraphQLScalarType,GraphQLTypeReference
@PublicApi public interface GraphQLNamedInputType extends GraphQLInputType, GraphQLNamedType
Input types represent those set of types that are allowed to be accepted as graphql mutation input, as opposed toGraphQLOutputTypes which can only be used as graphql response output.
-
-
Method Summary
-
Methods inherited from interface graphql.schema.GraphQLNamedSchemaElement
getDefinition, getDescription, getName
-
Methods inherited from interface graphql.schema.GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
-
-