ynput / ayon-backend

Server codebase with API access to AYON
Apache License 2.0
18 stars 14 forks source link

GraphQL: Filter folder by assignees #246

Closed martastain closed 2 weeks ago

martastain commented 3 weeks ago

Added assignees: list[str] | None = None filter to graphql folders resolver

iLLiCiTiT commented 3 weeks ago

BTW I need to get folder ids hierarchically (up to folder under project), so I still need to do path traversing anyways, but this reduces one huge query.