FormidableLabs / groqd

A schema-unaware, runtime and type-safe query builder for GROQ.
https://commerce.nearform.com/open-source/groqd
MIT License
222 stars 17 forks source link

Add builder `.select$` methods #192

Closed gksander closed 1 year ago

gksander commented 1 year ago

Adds the nullToUndefined behavior of .grab$ methods to the .select query methods.

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
groqd ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 12, 2023 4:08pm
gksander commented 1 year ago

@littlemilkstudio that's a good idea, using nested .grab$ calls! I think I like that better here, going to try that out before pulling the trigger on this PR! Thanks for the tip!