Skip to content

Instantly share code, notes, and snippets.

@TimBroddin
Created June 19, 2020 21:45
Show Gist options
  • Save TimBroddin/7496e4f5f9a110c0ec9a9a1f88afe209 to your computer and use it in GitHub Desktop.
Save TimBroddin/7496e4f5f9a110c0ec9a9a1f88afe209 to your computer and use it in GitHub Desktop.
{
posts {
entries {
artist {
name
}
photographers {
firstName
lastName
fullName
}
thumbnail {
url
dimensions {
width
height
}
photographer {
firstName
lastName
fullName
}
}
venue {
slug
name
}
images {
url
dimensions {
width
height
}
photographer {
firstName
lastName
fullName
}
}
slug
date
}
pagination {
nextCursor
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment