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 TypeInterfaceDescriptioninterfaceRepresents a language node that has a nameSubinterfaces of NamedNode in graphql.languageModifier and TypeInterfaceDescriptioninterfaceImplementingTypeDefinition<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 NamedNodeModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassProvided to the DataFetcher, therefore public APIclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods 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
Methods in graphql.schema.idl that return types with arguments of type NamedNodeModifier and TypeMethodDescriptionSchemaDirectiveWiringEnvironment.getNodeParentTree()The node hierarchy depends on the element in question.SchemaDirectiveWiringEnvironmentImpl.getNodeParentTree() -
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)