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
[ ] Make sure statuses is in graphql filters for evens.
[ ] Make sure states is still available but is marked as deprecated (at least in code).
Story
Events data contain
status
in REST api and in backend but graphql filtering hasstates
instead ofstatuses
.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
statuses
is in graphql filters for evens.states
is still available but is marked as deprecated (at least in code).