Skip to content

Instantly share code, notes, and snippets.

@TomHAnderson
Last active July 16, 2024 00:18
Show Gist options
  • Save TomHAnderson/c20a95f6f219ccbc0a156c81197b696b to your computer and use it in GitHub Desktop.
Save TomHAnderson/c20a95f6f219ccbc0a156c81197b696b to your computer and use it in GitHub Desktop.
query PerformanceCountByArtistId {
performances (filter: { artist: {eq: 2} year: {eq: 1995} } ) {
totalCount
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment