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 interface
NamedNode<T extends NamedNode>
Represents a language node that has a nameSubinterfaces of NamedNode in graphql.language Modifier and Type Interface Description interface
ImplementingTypeDefinition<T extends TypeDefinition>
ATypeDefinition
that might implement interfacesinterface
TypeDefinition<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 class
Argument
class
Directive
class
DirectiveDefinition
class
DirectiveLocation
class
EnumTypeDefinition
class
EnumTypeExtensionDefinition
class
EnumValue
class
EnumValueDefinition
class
Field
class
FieldDefinition
class
FragmentDefinition
Provided to the DataFetcher, therefore public APIclass
FragmentSpread
class
InputObjectTypeDefinition
class
InputObjectTypeExtensionDefinition
class
InputValueDefinition
class
InterfaceTypeDefinition
class
InterfaceTypeExtensionDefinition
class
ObjectField
class
ObjectTypeDefinition
class
ObjectTypeExtensionDefinition
class
OperationTypeDefinition
class
ScalarTypeDefinition
class
ScalarTypeExtensionDefinition
class
TypeName
class
UnionTypeDefinition
class
UnionTypeExtensionDefinition
class
VariableDefinition
class
VariableReference
Methods 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. nodeParentTree
private NodeParentTree<NamedNode<?>>
SchemaGeneratorDirectiveHelper.Parameters. nodeParentTree
Methods 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 void
SchemaTypeDirectivesChecker. 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.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)
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)
-