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

Method Courses

13-GraphQL/graph/generated/generated.go:86–86  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

84type QueryResolver interface {
85 Categories(ctx context.Context) ([]*model.Category, error)
86 Courses(ctx context.Context) ([]*model.Course, error)
87}
88
89type executableSchema struct {

Callers 3

ComplexityMethod · 0.65
_Category_coursesMethod · 0.65
_Query_coursesMethod · 0.65

Implementers 1

queryResolver13-GraphQL/graph/schema.resolvers.go

Calls

no outgoing calls

Tested by

no test coverage detected