Aim-Educational / FarmMaster

MIT License
0 stars 0 forks source link

vue-multiselect-graphql doesn't handle paging #39

Open BradleyChatha opened 4 years ago

BradleyChatha commented 4 years ago

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.