Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dannyshain
Created April 12, 2021 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannyshain/4bd1bc55b35aac0492473dce911b1998 to your computer and use it in GitHub Desktop.
Save dannyshain/4bd1bc55b35aac0492473dce911b1998 to your computer and use it in GitHub Desktop.
query getLaunches($limit: Int!){
launches(limit: $limit) {
mission_name
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment