Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Issue ¶
type Issue struct { CreatedAt githubql.DateTime Author struct { Login githubql.String } Number githubql.Int Body githubql.String Closed githubql.Boolean LastEditedAt githubql.DateTime Locked githubql.Boolean PublishedAt githubql.DateTime State githubql.IssueState Title githubql.String UpdatedAt githubql.DateTime ViewerDidAuthor githubql.Boolean ResourcePath githubql.URI Labels struct { TotalCount githubql.Int Nodes []Label } `graphql:"labels(first: 100, after: null)"` Comments struct { TotalCount githubql.Int PageInfo PageInfo Nodes []IssueComment } `graphql:"comments(first: $csFirst, after: $csAfter)"` }
type IssueComment ¶
type IssueInRepo ¶
type IssueInRepo struct { Repository struct { Name githubql.String Description githubql.String CreatedAt githubql.DateTime Issues struct { TotalCount githubql.Int Edges []IssueEdge PageInfo PageInfo } `graphql:"issues(first: $first, after: $after, states: $states)"` } `graphql:"repository(owner: $owner, name: $name)"` }
Click to show internal directories.
Click to hide internal directories.