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 TypeInterfaceDescriptioninterfaceSDLNamedDefinition<T extends SDLNamedDefinition>A interface for named Schema Definition Language (SDL) definition.Subinterfaces of SDLNamedDefinition in graphql.languageModifier and TypeInterfaceDescriptioninterfaceImplementingTypeDefinition<T extends TypeDefinition>ATypeDefinitionthat might implement interfacesinterfaceTypeDefinition<T extends TypeDefinition>An interface for type definitions in a Schema Definition Language (SDL).Classes in graphql.language that implement SDLNamedDefinitionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclass -
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 whichSDLDefinitions were parsed per uniqueSourceLocation.getSourceName()and it only containsSDLNamedDefinitions.Method parameters in graphql.schema.idl with type arguments of type SDLNamedDefinitionModifier and TypeMethodDescriptionSchemaParseOrder.buildNameIndex(Map<String, List<SDLNamedDefinition<?>>> inNameOrder)