Uses of Interface
graphql.language.SDLNamedDefinition
-
Packages that use SDLNamedDefinition Package Description graphql.language graphql.schema.idl -
-
Uses of SDLNamedDefinition in graphql.language
Classes in graphql.language with type parameters of type SDLNamedDefinition Modifier and Type Interface Description interface
SDLNamedDefinition<T extends SDLNamedDefinition>
A interface for named Schema Definition Language (SDL) definition.Subinterfaces of SDLNamedDefinition in graphql.language Modifier and Type Interface Description interface
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 SDLNamedDefinition Modifier and Type Class Description class
DirectiveDefinition
class
EnumTypeDefinition
class
EnumTypeExtensionDefinition
class
InputObjectTypeDefinition
class
InputObjectTypeExtensionDefinition
class
InterfaceTypeDefinition
class
InterfaceTypeExtensionDefinition
class
ObjectTypeDefinition
class
ObjectTypeExtensionDefinition
class
ScalarTypeDefinition
class
ScalarTypeExtensionDefinition
class
UnionTypeDefinition
class
UnionTypeExtensionDefinition
-
Uses of SDLNamedDefinition in graphql.schema.idl
Methods in graphql.schema.idl that return types with arguments of type SDLNamedDefinition Modifier and Type Method Description java.util.Map<java.lang.String,java.util.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 SDLNamedDefinition Modifier and Type Method Description private java.util.Map<java.lang.String,java.lang.Integer>
SchemaParseOrder. buildNameIndex(java.util.Map<java.lang.String,java.util.List<SDLNamedDefinition<?>>> inNameOrder)
-