Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created April 20, 2019 21:09
Show Gist options
  • Save treyhuffine/810b30b0a0a391660dc7ea3522f1f61e to your computer and use it in GitHub Desktop.
Save treyhuffine/810b30b0a0a391660dc7ea3522f1f61e to your computer and use it in GitHub Desktop.
import gql from 'graphql-tag';
export const QUERY_LAUNCH_LIST = gql`
query LaunchList {
launches {
flight_number
mission_name
launch_year
}
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment