TransactionsPaginationMeta
No description
type TransactionsPaginationMeta {
currentPage: Int
hasNextPage: Boolean
hasPreviousPage: Boolean
pageSize: Int
totalCount: Int
totalPages: Int
}
Fields
| Nom | Type | Description |
|---|---|---|
| currentPage | Int scalar | — |
| hasNextPage | Boolean scalar | — |
| hasPreviousPage | Boolean scalar | — |
| pageSize | Int scalar | — |
| totalCount | Int scalar | — |
| totalPages | Int scalar | TransactionsPaginatedResult |