Package graphql.schema
Interface GraphQLOutputType
-
- All Superinterfaces:
GraphQLSchemaElement
,GraphQLType
- All Known Subinterfaces:
GraphQLCompositeType
,GraphQLFieldsContainer
,GraphQLImplementingType
,GraphQLNamedOutputType
- All Known Implementing Classes:
GraphQLEnumType
,GraphQLInterfaceType
,GraphQLList
,GraphQLNonNull
,GraphQLObjectType
,GraphQLScalarType
,GraphQLTypeReference
,GraphQLUnionType
@PublicApi public interface GraphQLOutputType extends GraphQLType
Output types represent those set of types that are allowed to be sent back as a graphql response, as opposed toGraphQLInputType
s which can only be used as graphql mutation input.
-
-
Method Summary
-
Methods inherited from interface graphql.schema.GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren
-
-