Uses of Class
graphql.schema.GraphqlElementParentTree
Packages that use GraphqlElementParentTree
-
Uses of GraphqlElementParentTree in graphql.schema
Fields in graphql.schema declared as GraphqlElementParentTreeModifier and TypeFieldDescriptionprivate final GraphqlElementParentTreeGraphqlElementParentTree.parentMethods in graphql.schema that return types with arguments of type GraphqlElementParentTree -
Uses of GraphqlElementParentTree in graphql.schema.idl
Fields in graphql.schema.idl declared as GraphqlElementParentTreeModifier and TypeFieldDescriptionprivate final GraphqlElementParentTreeSchemaDirectiveWiringEnvironmentImpl.elementParentTreeprivate final GraphqlElementParentTreeSchemaGeneratorDirectiveHelper.Parameters.elementParentTreeMethods in graphql.schema.idl that return GraphqlElementParentTreeModifier and TypeMethodDescriptionprivate GraphqlElementParentTreeSchemaGeneratorDirectiveHelper.buildRuntimeTree(GraphQLSchemaElement... elements) SchemaDirectiveWiringEnvironment.getElementParentTree()The type hierarchy depends on the element in question.SchemaDirectiveWiringEnvironmentImpl.getElementParentTree()SchemaGeneratorDirectiveHelper.Parameters.getElementParentTree()Methods in graphql.schema.idl with parameters of type GraphqlElementParentTreeModifier 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 GraphqlElementParentTreeModifierConstructorDescription(package private)Parameters(TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring, Map<String, Object> context, GraphQLCodeRegistry.Builder codeRegistry, NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree, GraphQLFieldsContainer fieldsContainer, GraphQLFieldDefinition fieldDefinition)