Created
April 20, 2019 21:09
-
-
Save treyhuffine/810b30b0a0a391660dc7ea3522f1f61e 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
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