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 interfaceSDLNamedDefinition<T extends SDLNamedDefinition>A interface for named Schema Definition Language (SDL) definition.Subinterfaces of SDLNamedDefinition in graphql.language Modifier and Type Interface Description interfaceImplementingTypeDefinition<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 SDLNamedDefinition Modifier and Type Class Description classDirectiveDefinitionclassEnumTypeDefinitionclassEnumTypeExtensionDefinitionclassInputObjectTypeDefinitionclassInputObjectTypeExtensionDefinitionclassInterfaceTypeDefinitionclassInterfaceTypeExtensionDefinitionclassObjectTypeDefinitionclassObjectTypeExtensionDefinitionclassScalarTypeDefinitionclassScalarTypeExtensionDefinitionclassUnionTypeDefinitionclassUnionTypeExtensionDefinition -
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 whichSDLDefinitions were parsed per uniqueSourceLocation.getSourceName()and it only containsSDLNamedDefinitions.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)
-