-
Notifications
You must be signed in to change notification settings - Fork 12
Add missing GraphQl filtering options #116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Minkiu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't tested it, but code looks good
From an API standpoint, does this now allow passing a Python Or what will be the ayon api equivalent to actually make such a query. Could you show some API query call examples? |
No.
There is not. You can query folders by folder path regex (single regex string, not object). We can probably add more options on server backend when we'll have a usecase that makes sense. |
kalisp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clicked around, published from DCC and Publisher, seems fine.
Description
Added missing filtering options for GraphQl queries to entity getters.
Additional information
statusandtagscan be filtered by them.Because some of the arguments changed order it may be backwards incompatible change. I know about required changes in openpype repository ynput/OpenPype#5997 , but I hope that's all.