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 GraphqlElementParentTreeGraphqlElementParentTree. parentMethods 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 GraphqlElementParentTreeSchemaDirectiveWiringEnvironmentImpl. elementParentTreeprivate GraphqlElementParentTreeSchemaGeneratorDirectiveHelper.Parameters. elementParentTreeMethods in graphql.schema.idl that return GraphqlElementParentTree Modifier and Type Method Description private GraphqlElementParentTreeSchemaGeneratorDirectiveHelper. buildRuntimeTree(GraphQLSchemaElement... elements)GraphqlElementParentTreeSchemaDirectiveWiringEnvironment. getElementParentTree()The type hierarchy depends on the element in question.GraphqlElementParentTreeSchemaDirectiveWiringEnvironmentImpl. getElementParentTree()GraphqlElementParentTreeSchemaGeneratorDirectiveHelper.Parameters. getElementParentTree()Methods in graphql.schema.idl with parameters of type GraphqlElementParentTree Modifier and Type Method Description SchemaGeneratorDirectiveHelper.ParametersSchemaGeneratorDirectiveHelper.Parameters. newParams(NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree)SchemaGeneratorDirectiveHelper.ParametersSchemaGeneratorDirectiveHelper.Parameters. newParams(GraphQLFieldDefinition fieldDefinition, GraphQLFieldsContainer fieldsContainer, NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree)SchemaGeneratorDirectiveHelper.ParametersSchemaGeneratorDirectiveHelper.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)
-