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 GraphQLNamedSchemaElement
getDefinition, getDescription, getNameMethods inherited from interface GraphQLSchemaElement
accept, copy, equals, getChildren, getChildrenWithTypeReferences, hashCode, withNewChildren