Uses of Class
graphql.schema.GraphqlElementParentTree
-
Packages that use GraphqlElementParentTree Package Description graphql.schema graphql.schema.idl -
-
Uses of GraphqlElementParentTree in graphql.schema
Fields in graphql.schema declared as GraphqlElementParentTree Modifier and Type Field Description private GraphqlElementParentTree
GraphqlElementParentTree. parent
Methods in graphql.schema that return types with arguments of type GraphqlElementParentTree Modifier and Type Method Description java.util.Optional<GraphqlElementParentTree>
GraphqlElementParentTree. getParentInfo()
-
Uses of GraphqlElementParentTree in graphql.schema.idl
Fields in graphql.schema.idl declared as GraphqlElementParentTree Modifier and Type Field Description private GraphqlElementParentTree
SchemaDirectiveWiringEnvironmentImpl. elementParentTree
private GraphqlElementParentTree
SchemaGeneratorDirectiveHelper.Parameters. elementParentTree
Methods in graphql.schema.idl that return GraphqlElementParentTree Modifier and Type Method Description private GraphqlElementParentTree
SchemaGeneratorDirectiveHelper. buildRuntimeTree(GraphQLSchemaElement... elements)
GraphqlElementParentTree
SchemaDirectiveWiringEnvironment. getElementParentTree()
The type hierarchy depends on the element in question.GraphqlElementParentTree
SchemaDirectiveWiringEnvironmentImpl. getElementParentTree()
GraphqlElementParentTree
SchemaGeneratorDirectiveHelper.Parameters. getElementParentTree()
Methods in graphql.schema.idl with parameters of type GraphqlElementParentTree Modifier and Type Method Description SchemaGeneratorDirectiveHelper.Parameters
SchemaGeneratorDirectiveHelper.Parameters. newParams(NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree)
SchemaGeneratorDirectiveHelper.Parameters
SchemaGeneratorDirectiveHelper.Parameters. newParams(GraphQLFieldDefinition fieldDefinition, GraphQLFieldsContainer fieldsContainer, NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree)
SchemaGeneratorDirectiveHelper.Parameters
SchemaGeneratorDirectiveHelper.Parameters. newParams(GraphQLFieldsContainer fieldsContainer, NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree)
Constructors in graphql.schema.idl with parameters of type GraphqlElementParentTree Constructor Description Parameters(TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring, java.util.Map<java.lang.String,java.lang.Object> context, GraphQLCodeRegistry.Builder codeRegistry, NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree, GraphQLFieldsContainer fieldsContainer, GraphQLFieldDefinition fieldDefinition)
-