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


