You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This means that it is stuck at a hard limit of whatever PagingConstants.ItemsPerPage is, which is 25 right now.
Either it needs to handle paging; CrudController gets an upgrade so I can pass more data through; or another GraphQL model is exposed that doesn't have a result limit.
This means that it is stuck at a hard limit of whatever
PagingConstants.ItemsPerPageis, which is 25 right now.Either it needs to handle paging; CrudController gets an upgrade so I can pass more data through; or another GraphQL model is exposed that doesn't have a result limit.