Skip to content

Instantly share code, notes, and snippets.

@nomoney4me
Created November 22, 2018 01:31
Show Gist options
  • Select an option

  • Save nomoney4me/b19651c4f5b68314c11d7fcc55260dd8 to your computer and use it in GitHub Desktop.

Select an option

Save nomoney4me/b19651c4f5b68314c11d7fcc55260dd8 to your computer and use it in GitHub Desktop.
{
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