Uses of Interface
graphql.language.NamedNode
-
Packages that use NamedNode Package Description graphql.language graphql.schema.idl graphql.schema.idl.errors -
-
Uses of NamedNode in graphql.language
Classes in graphql.language with type parameters of type NamedNode Modifier and Type Interface Description interfaceNamedNode<T extends NamedNode>Represents a language node that has a nameSubinterfaces of NamedNode in graphql.language Modifier and Type Interface Description interfaceImplementingTypeDefinition<T extends TypeDefinition>ATypeDefinitionthat might implement interfacesinterfaceTypeDefinition<T extends TypeDefinition>An interface for type definitions in a Schema Definition Language (SDL).Classes in graphql.language that implement NamedNode Modifier and Type Class Description classArgumentclassDirectiveclassDirectiveDefinitionclassDirectiveLocationclassEnumTypeDefinitionclassEnumTypeExtensionDefinitionclassEnumValueclassEnumValueDefinitionclassFieldclassFieldDefinitionclassFragmentDefinitionProvided to the DataFetcher, therefore public APIclassFragmentSpreadclassInputObjectTypeDefinitionclassInputObjectTypeExtensionDefinitionclassInputValueDefinitionclassInterfaceTypeDefinitionclassInterfaceTypeExtensionDefinitionclassObjectFieldclassObjectTypeDefinitionclassObjectTypeExtensionDefinitionclassOperationTypeDefinitionclassScalarTypeDefinitionclassScalarTypeExtensionDefinitionclassTypeNameclassUnionTypeDefinitionclassUnionTypeExtensionDefinitionclassVariableDefinitionclassVariableReferenceMethods in graphql.language with type parameters of type NamedNode Modifier and Type Method Description static <T extends NamedNode<T>>
TNodeUtil. findNodeByName(java.util.List<T> namedNodes, java.lang.String name)static <T extends NamedNode<T>>
java.util.Map<java.lang.String,T>NodeUtil. nodeByName(java.util.List<T> nameNode) -
Uses of NamedNode in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type NamedNode Modifier and Type Field Description private NodeParentTree<NamedNode<?>>SchemaDirectiveWiringEnvironmentImpl. nodeParentTreeprivate NodeParentTree<NamedNode<?>>SchemaGeneratorDirectiveHelper.Parameters. nodeParentTreeMethods in graphql.schema.idl that return types with arguments of type NamedNode 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 NamedNode Modifier and Type Method Description private voidSchemaTypeDirectivesChecker. assertTypeName(NamedNode node, java.util.List<GraphQLError> errors)private NodeParentTree<NamedNode<?>>SchemaGeneratorDirectiveHelper. buildAstTree(NamedNode<?>... nodes)private java.util.List<GraphQLArgument>SchemaGeneratorDirectiveHelper. wireArguments(GraphQLFieldDefinition fieldDefinition, GraphQLFieldsContainer fieldsContainer, NamedNode<?> fieldsContainerNode, SchemaGeneratorDirectiveHelper.Parameters params, GraphQLFieldDefinition field)private java.util.List<GraphQLFieldDefinition>SchemaGeneratorDirectiveHelper. wireFields(GraphQLFieldsContainer fieldsContainer, NamedNode<?> fieldsContainerNode, SchemaGeneratorDirectiveHelper.Parameters params)Method parameters in graphql.schema.idl with type arguments of type NamedNode 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)private <T extends GraphQLNamedType>
booleanSchemaDirectiveWiringSchemaGeneratorPostProcessing.Visitor. notSuitable(T node, java.util.function.Function<T,NamedNode<?>> suitableFunc)Constructor parameters in graphql.schema.idl with type arguments of type NamedNode 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) -
Uses of NamedNode in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type NamedNode Constructor Description DirectiveIllegalReferenceError(DirectiveDefinition directive, NamedNode location)IllegalNameError(NamedNode directiveDefinition)
-