Uses of Interface
graphql.language.SDLNamedDefinition
Packages that use SDLNamedDefinition
-
Uses of SDLNamedDefinition in graphql.language
Classes in graphql.language with type parameters of type SDLNamedDefinitionModifier and TypeInterfaceDescriptioninterface
SDLNamedDefinition<T extends SDLNamedDefinition>
A interface for named Schema Definition Language (SDL) definition.Subinterfaces of SDLNamedDefinition in graphql.languageModifier and TypeInterfaceDescriptioninterface
ImplementingTypeDefinition<T extends TypeDefinition>
ATypeDefinition
that might implement interfacesinterface
TypeDefinition<T extends TypeDefinition>
An interface for type definitions in a Schema Definition Language (SDL).Classes in graphql.language that implement SDLNamedDefinitionModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of SDLNamedDefinition in graphql.schema.idl
Methods in graphql.schema.idl that return types with arguments of type SDLNamedDefinitionModifier and TypeMethodDescriptionMap
<String, List<SDLNamedDefinition<?>>> SchemaParseOrder.getInNameOrder()
This map is the order in whichSDLDefinition
s were parsed per uniqueSourceLocation.getSourceName()
and it only containsSDLNamedDefinition
s.Method parameters in graphql.schema.idl with type arguments of type SDLNamedDefinitionModifier and TypeMethodDescriptionSchemaParseOrder.buildNameIndex
(Map<String, List<SDLNamedDefinition<?>>> inNameOrder)