Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/graphql-java/graphql-java
/ Named
Interface
Named
src/test/groovy/graphql/GarfieldSchema.java:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
public
class
GarfieldSchema {
25
26
public
interface
Named {
27
String getName();
28
}
29
30
public
static
class
Dog implements Named {
31
private
final
String name;
Callers
8
main
Method · 0.65
parse
Method · 0.65
buildGraphQLWithDataLoader
Method · 0.65
measureDirectAccess
Method · 0.65
buildGraphQL
Method · 0.65
visitGraphQLFieldDefinition
Method · 0.65
visitGraphQLObjectType
Method · 0.65
TypeReferenceSchema
Class · 0.65
Implementers
15
Dog
src/test/groovy/graphql/GarfieldSchema
Cat
src/test/groovy/graphql/GarfieldSchema
Person
src/test/groovy/graphql/GarfieldSchema
IdAndNamedThing
src/jmh/java/benchmark/ComplexQueryBen
CharacterDTO
src/jmh/java/benchmark/SimpleQueryBenc
Pojo
src/jmh/java/benchmark/GetterAccessBen
Bar
src/jmh/java/benchmark/PropertyFetcher
IdAndNamedThing
src/jmh/java/performance/ComplexQueryP
ProductDTO
src/test/groovy/readme/MappingExamples
Pojo
src/test/groovy/graphql/schema/fetchin
Company
src/test/groovy/graphql/execution/inst
Project
src/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…