Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devfullcycle/goexpert
/ Categories
Method
Categories
13-GraphQL/graph/generated/generated.go:85–85 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
83
}
84
type
QueryResolver
interface
{
85
Categories(ctx context.Context) ([]*model.Category, error)
86
Courses(ctx context.Context) ([]*model.Course, error)
87
}
88
Callers
2
Complexity
Method · 0.65
_Query_categories
Method · 0.65
Implementers
1
queryResolver
13-GraphQL/graph/schema.resolvers.go
Calls
no outgoing calls
Tested by
no test coverage detected