Created
June 19, 2020 21:45
-
-
Save TimBroddin/7496e4f5f9a110c0ec9a9a1f88afe209 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
{ | |
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