Filtering Nested Lists in GraphQL and CosmosDB #2509
Unanswered
Baker-Denn
asked this question in
Q&A
Replies: 2 comments
-
Can you share the config that you are using and also sample document? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The file is attached. The project has grown a bit since I posted this originally, but the problem still exists. |
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
-
I'm writing a small test application so I can learn DAB with CosmosDB and I've hit a snag. Here is the relevant portion of my schema.graphql file
What I'm attempting to do is query for a restaurant by cuisine name. As such I've written this query
However, the query always returns null (and yes there are restaurants with Mexican in my database). Is this type of query support and if so is there something that I need to do to facilitate it?
Beta Was this translation helpful? Give feedback.
All reactions