Platform
Querying with GROQ
Master the GROQ query language to fetch exactly the data you need.
Updated Jan 15, 2026
GROQ 101
GROQ stands for Graph-Relational Object Query. It is designed to be highly readable and performant.
groq
*[_type == 'post' && author == 'Sarah'] {
title,
"slug": slug.current
}Was this page helpful?
Your response goes directly to the Pilotlab team.