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 SchemaParseOrderTypeDefinitionRegistry. schemaParseOrderMethods in graphql.schema.idl that return SchemaParseOrder Modifier and Type Method Description <T extends SDLDefinition<?>>
SchemaParseOrderSchemaParseOrder. addDefinition(T sdlDefinition)This adds a newSDLDefinitionto the orderSchemaParseOrderTypeDefinitionRegistry. getParseOrder()<T extends SDLDefinition<?>>
SchemaParseOrderSchemaParseOrder. removeDefinition(T sdlDefinition)This removes aSDLDefinitionfrom the order
-