Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save angie/38a5558c00e7e6725a066df2c55e3e86 to your computer and use it in GitHub Desktop.
Save angie/38a5558c00e7e6725a066df2c55e3e86 to your computer and use it in GitHub Desktop.
*[_type == 'parentType'] {
...,
arrayFieldName[] {
_type == 'type1' => {
...,
'linkedResource': resource.asset->
},
_type == 'type2' => { // could also use rest `...` before special case
...
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment