view site @: https://graphql-spacex-app.herokuapp.com
view GraphQL API with GraphQL Playground @: https://graphql-spacex-app.herokuapp.com/playground
view GraphQL API with GraphiQL @: https://graphql-spacex-app.herokuapp.com/graphql
query{
launches{
flight_number
mission_name
launch_year
launch_success
rocket{
rocket_id
rocket_name
rocket_type
}
}
}
GraghQL Playground https://graphql-spacex-app.herokuapp.com/playground
GraphiQL Page https://graphql-spacex-app.herokuapp.com/graphql
Client Pages https://graphql-spacex-app.herokuapp.com/
Mission details https://graphql-spacex-app.herokuapp.com/launch/21
Note: Built with...
- @apollo/react-hooks: https://www.npmjs.com/package/@apollo/react-hooks
- apollo-boost: https://www.npmjs.com/package/apollo-boost
- graphql: https://www.npmjs.com/package/graphql
- moment: https://www.npmjs.com/package/moment
- @apollographql/graphql-playground-middleware-express https://www.npmjs.com/package/@apollographql/graphql-playground-middleware-express