MCPcopy 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}
84type QueryResolver interface {
85 Categories(ctx context.Context) ([]*model.Category, error)
86 Courses(ctx context.Context) ([]*model.Course, error)
87}
88

Callers 2

ComplexityMethod · 0.65
_Query_categoriesMethod · 0.65

Implementers 1

queryResolver13-GraphQL/graph/schema.resolvers.go

Calls

no outgoing calls

Tested by

no test coverage detected