MCPcopy Create free account
hub / github.com/git-bug/git-bug / BugCreate

Method BugCreate

api/graphql/graph/root.generated.go:20–20  ·  view source on GitHub ↗
(ctx context.Context, input models.BugCreateInput)

Source from the content-addressed store, hash-verified

18
19type MutationResolver interface {
20 BugCreate(ctx context.Context, input models.BugCreateInput) (*models.BugCreatePayload, error)
21 BugAddComment(ctx context.Context, input models.BugAddCommentInput) (*models.BugAddCommentPayload, error)
22 BugAddCommentAndClose(ctx context.Context, input models.BugAddCommentAndCloseInput) (*models.BugAddCommentAndClosePayload, error)
23 BugAddCommentAndReopen(ctx context.Context, input models.BugAddCommentAndReopenInput) (*models.BugAddCommentAndReopenPayload, error)

Callers 2

_Mutation_bugCreateMethod · 0.65
ComplexityMethod · 0.65

Implementers 1

mutationResolverapi/graphql/resolvers/mutation.go

Calls

no outgoing calls

Tested by

no test coverage detected