I’m also wondering if there is any chance of getting a filter or orderBy added to _allReferencingXX objects.
1 Like
orderBy:
is the only thing that is preventing me from using this.
Usecase: Latest blogpost for a category (orderBy: dueDate, first: 1)
If this would be added this would save almost 200 lines of code
1 Like