Uses of Interface
graphql.language.NamedNode
Packages that use NamedNode
-
Uses of NamedNode in graphql.language
Classes in graphql.language with type parameters of type NamedNodeModifier and TypeInterfaceDescriptioninterface
Represents a language node that has a nameSubinterfaces of NamedNode in graphql.languageModifier and TypeInterfaceDescriptioninterface
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 NamedNodeModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
Provided to the DataFetcher, therefore public APIclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in graphql.language with type parameters of type NamedNodeModifier and TypeMethodDescriptionstatic <T extends NamedNode<T>>
TNodeUtil.findNodeByName
(List<T> namedNodes, String name) NodeUtil.nodeByName
(List<T> nameNode) -
Uses of NamedNode in graphql.schema.idl
Fields in graphql.schema.idl with type parameters of type NamedNodeModifier and TypeFieldDescriptionprivate final NodeParentTree
<NamedNode<?>> SchemaDirectiveWiringEnvironmentImpl.nodeParentTree
private final NodeParentTree
<NamedNode<?>> SchemaGeneratorDirectiveHelper.Parameters.nodeParentTree
Methods in graphql.schema.idl that return types with arguments of type NamedNodeModifier 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 NamedNodeModifier and TypeMethodDescriptionprivate void
SchemaTypeDirectivesChecker.assertTypeName
(NamedNode node, List<GraphQLError> errors) private NodeParentTree
<NamedNode<?>> SchemaGeneratorDirectiveHelper.buildAstTree
(NamedNode<?>... nodes) private List
<GraphQLArgument> SchemaGeneratorDirectiveHelper.wireArguments
(GraphQLFieldDefinition fieldDefinition, GraphQLFieldsContainer fieldsContainer, NamedNode<?> fieldsContainerNode, SchemaGeneratorDirectiveHelper.Parameters params, GraphQLFieldDefinition field) private List
<GraphQLFieldDefinition> SchemaGeneratorDirectiveHelper.wireFields
(GraphQLFieldsContainer fieldsContainer, NamedNode<?> fieldsContainerNode, SchemaGeneratorDirectiveHelper.Parameters params) Method parameters in graphql.schema.idl with type arguments of type NamedNodeModifier 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) private <T extends GraphQLNamedType>
booleanSchemaDirectiveWiringSchemaGeneratorPostProcessing.Visitor.notSuitable
(T node, Function<T, NamedNode<?>> suitableFunc) Constructor parameters in graphql.schema.idl with type arguments of type NamedNodeModifierConstructorDescription(package private)
Parameters
(TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring, Map<String, 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 NamedNodeModifierConstructorDescriptionDirectiveIllegalReferenceError
(DirectiveDefinition directive, NamedNode location) IllegalNameError
(NamedNode directiveDefinition)