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

@PublicApi public interface GraphQLNamedType extends GraphQLType, GraphQLNamedSchemaElement
A GraphQLType which is also a named element, which means it has a getName() method.