- Issue created by @maku90
- 🇨🇭Switzerland ayalon
The limit argument was only taken into account if you also provided an offset.
query reverse { entityById(entityType: USER, id: 1) { ... on User { label reverseReference { targetId query(limit: 1, offset: 0, referenceFields: "field_user", entityType: NODE) { items { id label } } } } } }
I have implemented a fix, that if you provide a limit argument without an offset, the offset will be set to 0. In upcoming release, you can query with a limit without providing the offset argument.
- Status changed to Fixed
9 months ago 12:03pm 29 February 2024