Uses of Class
graphql.language.NodeParentTree
-
Packages that use NodeParentTree Package Description graphql.language graphql.schema.idl -
-
Uses of NodeParentTree in graphql.language
Fields in graphql.language declared as NodeParentTree Modifier and Type Field Description private NodeParentTree<T>
NodeParentTree. parent
Methods in graphql.language that return types with arguments of type NodeParentTree Modifier and Type Method Description java.util.Optional<NodeParentTree<T>>
NodeParentTree. getParentInfo()
-
Uses of NodeParentTree in graphql.schema.idl
Fields in graphql.schema.idl declared as NodeParentTree Modifier and Type Field Description private NodeParentTree<NamedNode<?>>
SchemaDirectiveWiringEnvironmentImpl. nodeParentTree
private NodeParentTree<NamedNode<?>>
SchemaGeneratorDirectiveHelper.Parameters. nodeParentTree
Methods in graphql.schema.idl that return NodeParentTree Modifier and Type Method Description private NodeParentTree<NamedNode<?>>
SchemaGeneratorDirectiveHelper. buildAstTree(NamedNode<?>... nodes)
NodeParentTree<NamedNode<?>>
SchemaDirectiveWiringEnvironment. getNodeParentTree()
The node hierarchy depends on the element in question.NodeParentTree<NamedNode<?>>
SchemaDirectiveWiringEnvironmentImpl. getNodeParentTree()
NodeParentTree<NamedNode<?>>
SchemaGeneratorDirectiveHelper.Parameters. getNodeParentTree()
Methods in graphql.schema.idl with parameters of type NodeParentTree 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 NodeParentTree 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)
-