millman2394
Results
2
issues of
millman2394
I have many different "sites" with their own globals. Each site represents a location. I'm trying to query their globals using ``` { globals { officeInformation { locationCity } }...
Is there a way to loop through ALL sites' globalsets? Right now I can do: ``` { globals(site:"sanFrancisco"){ contactInfo{ locationAddress } } } ``` removing the site parameter will just...