Uses of Class
graphql.language.NodeParentTree
Packages that use NodeParentTree
-
Uses of NodeParentTree in graphql.language
Fields in graphql.language declared as NodeParentTreeMethods in graphql.language that return types with arguments of type NodeParentTree -
Uses of NodeParentTree in graphql.schema.idl
Fields in graphql.schema.idl declared as NodeParentTreeModifier and TypeFieldDescriptionprivate final NodeParentTree<NamedNode<?>> SchemaDirectiveWiringEnvironmentImpl.nodeParentTreeprivate final NodeParentTree<NamedNode<?>> SchemaGeneratorDirectiveHelper.Parameters.nodeParentTreeMethods in graphql.schema.idl that return NodeParentTreeModifier and TypeMethodDescriptionprivate NodeParentTree<NamedNode<?>> SchemaGeneratorDirectiveHelper.buildAstTree(NamedNode<?>... nodes) SchemaDirectiveWiringEnvironment.getNodeParentTree()The node hierarchy depends on the element in question.SchemaDirectiveWiringEnvironmentImpl.getNodeParentTree()SchemaGeneratorDirectiveHelper.Parameters.getNodeParentTree()Methods in graphql.schema.idl with parameters of type NodeParentTreeModifier and TypeMethodDescriptionSchemaGeneratorDirectiveHelper.Parameters.newParams(NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree) SchemaGeneratorDirectiveHelper.Parameters.newParams(GraphQLFieldDefinition fieldDefinition, GraphQLFieldsContainer fieldsContainer, NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree) SchemaGeneratorDirectiveHelper.Parameters.newParams(GraphQLFieldsContainer fieldsContainer, NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree) Constructors in graphql.schema.idl with parameters of type NodeParentTreeModifierConstructorDescription(package private)Parameters(TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring, Map<String, Object> context, GraphQLCodeRegistry.Builder codeRegistry, NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree, GraphQLFieldsContainer fieldsContainer, GraphQLFieldDefinition fieldDefinition)