AccountPaginator
A paginated list of Account items.
type AccountPaginator {
data: [Account!]!
paginatorInfo: PaginatorInfo!
}
Fields
AccountPaginator.data
● [Account!]!
non-null object
A list of Account items.
AccountPaginator.paginatorInfo
● PaginatorInfo!
non-null object
Pagination information about the list of items.
Returned By
accounts
query