MCPcopy Index your code
hub / github.com/graphql-java/graphql-java / NamedNode

Interface NamedNode

src/main/java/graphql/language/NamedNode.java:11–19  ·  view source on GitHub ↗

Represents a language node that has a name

Source from the content-addressed store, hash-verified

9 * Represents a language node that has a name
10 */
11@PublicApi
12@NullMarked
13public interface NamedNode<T extends NamedNode> extends Node<T> {
14
15 /**
16 * @return the name of this node, or null if this node is anonymous (e.g. an anonymous operation definition)
17 */
18 @Nullable String getName();
19}

Callers 8

setOperationMethod · 0.65
DirectivesClass · 0.65
isBuiltInDirectiveMethod · 0.65
mkMessageMethod · 0.65
fieldFetchedMethod · 0.65
toAppliedDirectivesMethod · 0.65
deepCopyMethod · 0.65

Implementers 15

IdAndNamedThingsrc/jmh/java/benchmark/ComplexQueryBen
CharacterDTOsrc/jmh/java/benchmark/SimpleQueryBenc
Pojosrc/jmh/java/benchmark/GetterAccessBen
Barsrc/jmh/java/benchmark/PropertyFetcher
IdAndNamedThingsrc/jmh/java/performance/ComplexQueryP
ProductDTOsrc/test/groovy/readme/MappingExamples
Dogsrc/test/groovy/graphql/GarfieldSchema
Catsrc/test/groovy/graphql/GarfieldSchema
Personsrc/test/groovy/graphql/GarfieldSchema
Pojosrc/test/groovy/graphql/schema/fetchin
Companysrc/test/groovy/graphql/execution/inst
Projectsrc/test/groovy/graphql/execution/inst

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…