Does DAB 1.5.56 supports embedded document filtering through GraphQL with CosmosDB #2880
Closed
ManasKumarMohapatra
started this conversation in
General
Replies: 1 comment
-
|
No. In DAB 1.5.56 with Cosmos DB you can filter at the document level (for example |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have following data like each store will have different menus. I want to filter by storeId and all active items by status field.
I am using DAB version - 1.5.56, graphql and cosmosdb.
{ "id": "1234", "storeId": "1234", "lineItems": [ { "itemName": "Cheeseburger", "temId": "1846", "status": "ACTIVE", "categoryName": " Broiler", "categoryId": "43835" }] }Beta Was this translation helpful? Give feedback.
All reactions