GraphQL: Filter folders by assignees
martastain opened this issue · 1 comments
martastain commented
Story
I want to list all folders with tasks assigned to a given list of users. It is currently possible by querying tasks, then parent folders and deduplicating. Having a filter directly on the folders resolver would mean much lower server load.
martastain commented
interesting. maybe folderNode could have "parentNodes" which would contain list of all parents?