-
-
Notifications
You must be signed in to change notification settings - Fork 570
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
How to query a key that has ":" in the dictionary #2027
Comments
A GraphQL Name cannot contain a |
But, I have a key named as cde:tag1 and its value is value1. Can't I filter based on this? |
A key in what? Do you mean a column in your database? Or a key in a JSON object? Or...? |
A key in JSON Object |
We don't have any built in functionality for querying JSON fields; use |
Summary
Suppose I have my data as below
Now if I want to filter the rows that has cde as key and value hello, I can use the below query
How to query if I want to get the rows where the key is having a colon (:) in it?
Ex: How to query if I need to get the rows that has abc:text as key and value is environment?
Additional context
The text was updated successfully, but these errors were encountered: