Package graphql.schema
Interface GraphQLNamedOutputType
- All Superinterfaces:
GraphQLNamedSchemaElement
,GraphQLNamedType
,GraphQLOutputType
,GraphQLSchemaElement
,GraphQLType
- All Known Subinterfaces:
GraphQLCompositeType
,GraphQLFieldsContainer
,GraphQLImplementingType
- All Known Implementing Classes:
GraphQLEnumType
,GraphQLInterfaceType
,GraphQLObjectType
,GraphQLScalarType
,GraphQLTypeReference
,GraphQLUnionType
Output types represent those set of types that are allowed to be sent back as a graphql response, as opposed
to
GraphQLInputType
s which can only be used as graphql mutation input.-
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