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