MCPcopy
hub / github.com/cli/cli / Mutate

Method Mutate

pkg/cmd/project/shared/queries/queries.go:77–77  ·  view source on GitHub ↗
(queryName string, query interface{}, variables map[string]interface{})

Source from the content-addressed store, hash-verified

75type graphqlClient interface {
76 Query(queryName string, query interface{}, variables map[string]interface{}) error
77 Mutate(queryName string, query interface{}, variables map[string]interface{}) error
78}
79
80type Client struct {

Callers 15

editDiscussionLabelsMethod · 0.65
CreateMethod · 0.65
UpdateMethod · 0.65
AddCommentMethod · 0.65
UpdateCommentMethod · 0.65
DeleteCommentMethod · 0.65
runCloseFunction · 0.65
runCopyFunction · 0.65
runMarkTemplateFunction · 0.65
runDeleteFieldFunction · 0.65
runDeleteFunction · 0.65
runCreateFieldFunction · 0.65

Implementers 3

hostScopedClientpkg/cmd/project/shared/queries/queries
Clientpkg/cmd/project/shared/queries/queries
Clientapi/client.go

Calls

no outgoing calls

Tested by

no test coverage detected