MCPcopy
hub / github.com/github/github-mcp-server / ListIssuesQuery

Struct ListIssuesQuery

pkg/github/issues.go:527–532  ·  view source on GitHub ↗

ListIssuesQuery is the root query structure for fetching issues with optional label filtering.

Source from the content-addressed store, hash-verified

525
526// ListIssuesQuery is the root query structure for fetching issues with optional label filtering.
527type ListIssuesQuery struct {
528 Repository struct {
529 Issues IssueQueryFragment `graphql:"issues(first: $first, after: $after, states: $states, orderBy: {field: $orderBy, direction: $direction}, filterBy: {issueFieldValues: $issueFieldValues})"`
530 IsPrivate githubv4.Boolean
531 } `graphql:"repository(owner: $owner, name: $repo)"`
532}
533
534// ListIssuesQueryTypeWithLabels is the query structure for fetching issues with optional label filtering.
535type ListIssuesQueryTypeWithLabels struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected