In loopback 4, I know we can limit records like this
?filter={"limit":10}
but what is the biggest value I can set as limit? Also is there a value I can put there which is the same thing as getting all records? Things like 0 or -1 don't work.
In loopback 4, I know we can limit records like this
?filter={"limit":10}
but what is the biggest value I can set as limit? Also is there a value I can put there which is the same thing as getting all records? Things like 0 or -1 don't work.
Copyright © 2021 Jogjafile Inc.
If limit is
undefined, loopback will fetch all records.