Last active
August 9, 2021 13:50
-
-
Save angie/38a5558c00e7e6725a066df2c55e3e86 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*[_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