Open
Description
- Though I am getting the correct fields in the referenced document, but all the values are
null
type instead beingstring | null
type. - Using groq as
import groq from 'groq'
using the GROQ tagged template literal, I am getting a response asPromise<never>
instead of being typed, Is this the intended behavior