ReportConnection
Represents a paginated connection of Reports.
type ReportConnection {
edges: [ReportEdge!]!
pageInfo: PageInfo!
}
Fields
Name | Type | Description |
---|---|---|
edges | ReportEdge | A list of ReportEdge objects. Each edge contains an Input object and a cursor for pagination. |
pageInfo | PageInfo | Metadata about the pagination. |