Uses of Interface
graphql.language.SDLDefinition
Packages that use SDLDefinition
-
Uses of SDLDefinition in graphql.language
Classes in graphql.language with type parameters of type SDLDefinitionModifier and TypeInterfaceDescriptioninterfaceSDLDefinition<T extends SDLDefinition>An interface for Schema Definition Language (SDL) definitions.Subinterfaces of SDLDefinition in graphql.languageModifier and TypeInterfaceDescriptioninterfaceImplementingTypeDefinition<T extends TypeDefinition>ATypeDefinitionthat might implement interfacesinterfaceSDLNamedDefinition<T extends SDLNamedDefinition>A interface for named Schema Definition Language (SDL) definition.interfaceTypeDefinition<T extends TypeDefinition>An interface for type definitions in a Schema Definition Language (SDL).Classes in graphql.language that implement SDLDefinitionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of SDLDefinition in graphql.parser
Methods in graphql.parser that return SDLDefinitionModifier and TypeMethodDescriptionprotected SDLDefinitionGraphqlAntlrToLanguage.createTypeSystemDefinition(GraphqlParser.TypeSystemDefinitionContext ctx) protected SDLDefinitionGraphqlAntlrToLanguage.createTypeSystemExtension(GraphqlParser.TypeSystemExtensionContext ctx) private SDLDefinitionGraphqlAntlrToLanguage.creationSchemaExtension(GraphqlParser.SchemaExtensionContext ctx) -
Uses of SDLDefinition in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type SDLDefinitionModifier and TypeFieldDescriptionprivate final Map<String, List<SDLDefinition<?>>> SchemaParseOrder.definitionOrderMethods in graphql.schema.idl with type parameters of type SDLDefinitionModifier and TypeMethodDescription<T extends SDLDefinition<?>>
SchemaParseOrderSchemaParseOrder.addDefinition(T sdlDefinition) This adds a newSDLDefinitionto the orderprivate <T extends SDLDefinition<?>>
List<SDLDefinition<?>> SchemaParseOrder.definitionList(T sdlDefinition) <T extends SDLDefinition<?>>
SchemaParseOrderSchemaParseOrder.removeDefinition(T sdlDefinition) This removes aSDLDefinitionfrom the orderMethods in graphql.schema.idl that return types with arguments of type SDLDefinitionModifier and TypeMethodDescriptionprivate List<SDLDefinition<?>> SchemaParseOrder.computeIfAbsent(String location) private <T extends SDLDefinition<?>>
List<SDLDefinition<?>> SchemaParseOrder.definitionList(T sdlDefinition) Map<String, List<SDLDefinition<?>>> SchemaParseOrder.getInOrder()This map is the order in whichSDLDefinitions were parsed per uniqueSourceLocation.getSourceName().Methods in graphql.schema.idl with parameters of type SDLDefinitionModifier and TypeMethodDescriptionTypeDefinitionRegistry.add(SDLDefinition definition) Adds a definition to the registryvoidTypeDefinitionRegistry.remove(SDLDefinition definition) Removes aSDLDefinitionfrom the definition list.voidTypeDefinitionRegistry.remove(String key, SDLDefinition definition) Removes aSDLDefinitionfrom a map.Method parameters in graphql.schema.idl with type arguments of type SDLDefinitionModifier and TypeMethodDescriptionTypeDefinitionRegistry.addAll(Collection<SDLDefinition> definitions) Adds a a collections of definitions to the registry