Last active
June 29, 2021 11:57
-
-
Save PetterRuud/801bc5c9c10e1fe4d0729958516f9cb6 to your computer and use it in GitHub Desktop.
Sanity GROQ Array reference in Array
This file contains hidden or 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
"map_region_data": *[_type == "region" && count((country[]._ref)[@ in ^.country[]._ref]) > 0]{ | |
reg_name, | |
slug | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment