Open adrian-at-stink opened 4 months ago
I have the following query
q("products").filter().deref().grab({ product_copy: q.string().nullable(), product_description: q.object({ _type: q.string(), "en": q.string().optional().nullable(), "it": q.string().optional(), "fr": q.string().optional(), "de": q.string().optional(), "es": q.string().optional(), "ko": q.string().optional(), "ja": q.string().optional(), "zh": q.string().optional(), "zhhk": q.string().optional(), "ar": q.string().optional(), }),
i've hard coded the keys as I can't find a way to have these dynamic. Is this possible?
Is there an existing issue for this?
Code of Conduct
Question
I have the following query
i've hard coded the keys as I can't find a way to have these dynamic. Is this possible?