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


