MCPcopy Index your code
hub / github.com/github/github-mcp-server / ListIssuesQueryWithSince

Struct ListIssuesQueryWithSince

pkg/github/issues.go:543–548  ·  view source on GitHub ↗

ListIssuesQueryWithSince is the query structure for fetching issues without label filtering but with since filtering.

Source from the content-addressed store, hash-verified

541
542// ListIssuesQueryWithSince is the query structure for fetching issues without label filtering but with since filtering.
543type ListIssuesQueryWithSince struct {
544 Repository struct {
545 Issues IssueQueryFragment `graphql:"issues(first: $first, after: $after, states: $states, orderBy: {field: $orderBy, direction: $direction}, filterBy: {since: $since, issueFieldValues: $issueFieldValues})"`
546 IsPrivate githubv4.Boolean
547 } `graphql:"repository(owner: $owner, name: $repo)"`
548}
549
550// ListIssuesQueryTypeWithLabelsWithSince is the query structure for fetching issues with both label and since filtering.
551type ListIssuesQueryTypeWithLabelsWithSince struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected