Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
buildSchemaTypes
Method · 0.45
buildQueryType
Method · 0.45
setUp
Method · 0.45
buildGraphQL
Method · 0.45
MyState
Class · 0.45
directWiring
Method · 0.45
EmailScalar
Class · 0.45
listsAndNonNullLists
Method · 0.45
newType
Method · 0.45
interfaceType
Method · 0.45
inputTypes
Method · 0.45
enumTypes
Method · 0.45
Calls
no outgoing calls
Tested by
15
directWiring
Method · 0.36
listsAndNonNullLists
Method · 0.36
newType
Method · 0.36
interfaceType
Method · 0.36
inputTypes
Method · 0.36
enumTypes
Method · 0.36
unionType
Method · 0.36
recursiveTypes
Method · 0.36
dataFetching
Method · 0.36
mutationExample
Method · 0.36
buildChangedObjectType
Method · 0.36
onField
Method · 0.36