ynput / ayon-backend

Server codebase with API access to AYON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL: Filter folders by assignees

martastain opened this issue · comments

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.

interesting. maybe folderNode could have "parentNodes" which would contain list of all parents?