Package graphql.schema
Interface GraphQLNamedType
- All Superinterfaces:
GraphQLNamedSchemaElement
,GraphQLSchemaElement
,GraphQLType
- All Known Subinterfaces:
GraphQLCompositeType
,GraphQLFieldsContainer
,GraphQLImplementingType
,GraphQLInputFieldsContainer
,GraphQLNamedInputType
,GraphQLNamedOutputType
,GraphQLUnmodifiedType
- All Known Implementing Classes:
GraphQLEnumType
,GraphQLInputObjectType
,GraphQLInterfaceType
,GraphQLObjectType
,GraphQLScalarType
,GraphQLTypeReference
,GraphQLUnionType
A GraphQLType which is also a named element, which means it has a getName() method.
-
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