Created
November 22, 2018 01:31
-
-
Save nomoney4me/b19651c4f5b68314c11d7fcc55260dd8 to your computer and use it in GitHub Desktop.
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
| { | |
| allAirtable(filter: {table: {eq: "Events"}}) { | |
| edges { | |
| node { | |
| data { | |
| Event_Name | |
| Sequence | |
| Parent_Group_or_Era | |
| Participants # result from this [personid, personid, personid] | |
| } | |
| fields { | |
| slug | |
| } | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment