Define a GROQ query. This is a no-op, but it helps editor integrations
understand that a string represents a GROQ query in order to provide syntax highlighting
and other features.
Ideally the groq template tag would be used, but we cannot infer types from it until
microsoft/TypeScript#33304 is resolved. Otherwise, there is no difference between this
and the groq template tag.
Define a GROQ query. This is a no-op, but it helps editor integrations understand that a string represents a GROQ query in order to provide syntax highlighting and other features.
Ideally the
groqtemplate tag would be used, but we cannot infer types from it until microsoft/TypeScript#33304 is resolved. Otherwise, there is no difference between this and thegroqtemplate tag.