We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import {parse} from '@sanity-typed/groq-js' parse(`*[_id=="id"]{ "1": obj.a, "2": obj.b, "3": obj.c, "4": obj.d, "5": obj.e, "6": obj.f, "7": obj.g, "8": obj.h, }`)
Not exactly sure which part is causing the problem, but if I removed the eighth field then it parses correctly.