MCPcopy Index your code
hub / github.com/cli/cli / Query

Method Query

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

Source from the content-addressed store, hash-verified

104}
105
106func (c *Client) Query(operationName string, query interface{}, variables map[string]interface{}) error {
107 err := c.apiClient.Query(operationName, query, variables)
108 return handleError(err)
109}
110
111// PageInfo is a PageInfo GraphQL object https://docs.github.com/en/graphql/reference/objects#pageinfo.
112type PageInfo struct {

Callers

nothing calls this directly

Calls 2

handleErrorFunction · 0.85
QueryMethod · 0.65

Tested by

no test coverage detected