Uses of Class
graphql.schema.idl.SchemaParseOrder
-
Packages that use SchemaParseOrder Package Description graphql.schema.idl -
-
Uses of SchemaParseOrder in graphql.schema.idl
Fields in graphql.schema.idl declared as SchemaParseOrder Modifier and Type Field Description private SchemaParseOrder
TypeDefinitionRegistry. schemaParseOrder
Methods in graphql.schema.idl that return SchemaParseOrder Modifier and Type Method Description <T extends SDLDefinition<?>>
SchemaParseOrderSchemaParseOrder. addDefinition(T sdlDefinition)
This adds a newSDLDefinition
to the orderSchemaParseOrder
TypeDefinitionRegistry. getParseOrder()
<T extends SDLDefinition<?>>
SchemaParseOrderSchemaParseOrder. removeDefinition(T sdlDefinition)
This removes aSDLDefinition
from the order
-