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

Method Category

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

Source from the content-addressed store, hash-verified

76}
77type CourseResolver interface {
78 Category(ctx context.Context, obj *model.Course) (*model.Category, error)
79}
80type MutationResolver interface {
81 CreateCategory(ctx context.Context, input model.NewCategory) (*model.Category, error)

Callers

nothing calls this directly

Implementers 2

courseResolver13-GraphQL/graph/schema.resolvers.go
Resolver13-GraphQL/graph/resolver.go

Calls

no outgoing calls

Tested by

no test coverage detected