How to filter built in map scalar query results by value coresponding to key #1811
Unanswered
KonradMatusiak
asked this question in
Q&A
Replies: 1 comment
-
Read this: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What happened?
I have an object with dynamic tags. I want to be able to filter the results by a tag key value.
A map fits my needs perfectly and the documentation mentions map scalars. However it doesn't mention how to query it.
However it doesn't specify how query and filter the results. I expected the following results with the query and schema provided below.
What am I doing wrong? How do I use filters in this case? Thank you in advance.
expected response
Schema
versions
gqlgen version
0.13.0go version
1.13.8module
Beta Was this translation helpful? Give feedback.
All reactions