IssueConnection
Last updated
Was this helpful?
The connection type for paginated lists of IssueConnection.
type IssueConnection {
edges: [IssueEdge!]
limit: Int
limitedCount: String
offset: Int
pageInfo: PageInfo!
total: Int
}[IssueEdge!] list objectInt scalarThe limit used for the query. This can differ from the input limit due to restrictions or defaults.
String scalarInt scalarThe offset that was used. This will only be filled in if possible (when cursors are sequential numbers).
PageInfo! non-null objectPagination information for the retrieved items.
Int scalarIssueConnectionResult union
Last updated
Was this helpful?
Was this helpful?