Advanced GROQ With Parent Scopes and Subqueries

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

GROQ enables you to join together data in whatever format you want. Based on the dataset, sometimes the query needs to include a subquery where you must track which scope the query is running to be able to compare values against values in the parent scope. The parent scope can be accessed through the ^ so you know which scope the value belongs to.