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

Method name

src/main/java/graphql/language/Field.java:278–281  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

276 }
277
278 public Builder name(String name) {
279 this.name = name;
280 return this;
281 }
282
283 public Builder alias(String alias) {
284 this.alias = alias;

Callers 15

buildSchemaTypesMethod · 0.45
buildQueryTypeMethod · 0.45
setUpMethod · 0.45
buildGraphQLMethod · 0.45
MyStateClass · 0.45
directWiringMethod · 0.45
EmailScalarClass · 0.45
listsAndNonNullListsMethod · 0.45
newTypeMethod · 0.45
interfaceTypeMethod · 0.45
inputTypesMethod · 0.45
enumTypesMethod · 0.45

Calls

no outgoing calls

Tested by 15

directWiringMethod · 0.36
listsAndNonNullListsMethod · 0.36
newTypeMethod · 0.36
interfaceTypeMethod · 0.36
inputTypesMethod · 0.36
enumTypesMethod · 0.36
unionTypeMethod · 0.36
recursiveTypesMethod · 0.36
dataFetchingMethod · 0.36
mutationExampleMethod · 0.36
onFieldMethod · 0.36