Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Created September 12, 2021 20:49
Show Gist options
  • Save percybolmer/c671e190533bd389c3c0bf1fb7101251 to your computer and use it in GitHub Desktop.
Save percybolmer/c671e190533bd389c3c0bf1fb7101251 to your computer and use it in GitHub Desktop.
graphql
query {
gopher {
id
name
}
jobs {
title
years
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment