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