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