We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sanity shows the operation() function under the delta namespace
operation()
delta
The GROQ spec shows the operation function under the global namespace
operation
global
groq-js has it under the delta namespace
groq-js
What's the truth? And can we get this all consolidated?
The text was updated successfully, but these errors were encountered:
groq-js is correct, the spec has a typo here.
Sorry, something went wrong.
fix(functions): operation is in the delta namespace
5766f96
sanity-io/groq-js#140 sanity-io/GROQ#111 sanity-io/GROQ#114
No branches or pull requests
sanity shows the
operation()
function under thedelta
namespaceThe GROQ spec shows the
operation
function under theglobal
namespacegroq-js
has it under thedelta
namespaceWhat's the truth? And can we get this all consolidated?
The text was updated successfully, but these errors were encountered: