Closed saiichihashimoto closed 8 months ago
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?
https://github.com/sanity-io/groq-js/issues/140
Nice catch! Does https://github.com/sanity-io/GROQ/pull/114 look good?
Looks good to me!
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?
https://github.com/sanity-io/groq-js/issues/140