MCPcopy Create free account
hub / github.com/devfullcycle/goexpert / Courses

Method Courses

13-GraphQL/graph/generated/generated.go:75–75  ·  view source on GitHub ↗
(ctx context.Context, obj *model.Category)

Source from the content-addressed store, hash-verified

73
74type CategoryResolver interface {
75 Courses(ctx context.Context, obj *model.Category) ([]*model.Course, error)
76}
77type CourseResolver interface {
78 Category(ctx context.Context, obj *model.Course) (*model.Category, error)

Callers

nothing calls this directly

Implementers 2

categoryResolver13-GraphQL/graph/schema.resolvers.go
queryResolver13-GraphQL/graph/schema.resolvers.go

Calls

no outgoing calls

Tested by

no test coverage detected