GROQ boolean expressions to control document visibility and mutation permissions.
const filter = { read: '_type in ["post", "author", "category"]', write: '_type == "post"',} Copy
const filter = { read: '_type in ["post", "author", "category"]', write: '_type == "post"',}
GROQ boolean expressions to control document visibility and mutation permissions.