MCPcopy
hub / github.com/cli/cli / Query

Method Query

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

Source from the content-addressed store, hash-verified

74
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

Callers 15

ErrorMethod · 0.65
TestListRunFunction · 0.65
ListMethod · 0.65
SearchMethod · 0.65
GetByNumberMethod · 0.65
GetWithCommentsMethod · 0.65
GetCommentRepliesMethod · 0.65
ListCategoriesMethod · 0.65
getRepositoryMetaMethod · 0.65
ListLabelsMethod · 0.65
GetCommentMethod · 0.65
TestSSOURLFunction · 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 6

TestListRunFunction · 0.52
TestSSOURLFunction · 0.52
Test_createRunFunction · 0.52