We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi * need a small suggestion,
'string_enum'
'integer_enum'
default_operators method
- Reference:
https://github.com/graphiti-api/graphiti/blob/master/lib/graphiti/filter_operators.rb#L8 https://github.com/graphiti-api/graphiti/blob/master/lib/graphiti/adapters/abstract.rb#L27
- Example:
MyResource.all({ filter: { status: { eq: 'done' } } }).data # 'eq' is allowed operator for 'string_enum' MyResource.all({ filter: { status: { not_eq: 'done' } } }).data # Throws us an error, Supported operators are [:eq]
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
I think this was an oversight Let's add it! Correct
Thanks for the reply, Can please look into this Pull_request, if this considerable #403
I just ran into this as well. Is the PR supplied sufficient for the managing team to merge in? It looked simple enough.
No branches or pull requests
Hi * need a small suggestion,
'string_enum'
and'integer_enum'
atdefault_operators method
- Reference:
- Example:
The text was updated successfully, but these errors were encountered: