TL;DR: With a Reaction App running using
docker-compose
, open the Local Storage panel in your browser dev tools and copy the value ofMeteor.loginToken
into theHeader value
field.
- Follow the instructions to install the GraphiQL app.
- Launch the app
- Click the button labeled
Edit HTTP Headers
- Click
+ Add Header
- For
Header name
entermeteor-login-token
- For
Header value
you'll need yourMeteor.loginToken
from the Getting Started guide. - Make your first query by setting GraphQL Endpoint to http://localhost:3030/graphql-alpha and querying for the viewer's name:
{
viewer {
name
}
}
For more on your getting started with GraphQL and Reaction: https://docs.reactioncommerce.com/reaction-docs/master/graphql-intro