ynput / ayon-backend

Server codebase with API access to AYON
Apache License 2.0
22 stars 17 forks source link

GraphQl: Events filtering is using states instead of statuses #426

Closed iLLiCiTiT closed 1 week ago

iLLiCiTiT commented 3 weeks ago

Story

Events data contain status in REST api and in backend but graphql filtering has states instead of statuses.

Problems

Problem is using different terminology at different places.

Proposal

Change states in graphql filtering to statuses and allow alias for it with deprecation. We need the deprecation for some time as it will also require change in ayon api and deployment on new version of ayon api might take few months for some clients.

TODO