Skip to content

Commit

Permalink
Change graphiql url (#194)
Browse files Browse the repository at this point in the history
The url was pointing to the graphql endpoint, not the GraphiQL ide
  • Loading branch information
nicolaslopezj authored and Sashko Stubailo committed Sep 6, 2016
1 parent dbf7f12 commit b628e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/meteor.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ createApolloServer({
});
```

The [GraphiQL](https://github.com/graphql/graphiql) url is [http://localhost:3000/graphql](http://localhost:3000/graphql)
The [GraphiQL](https://github.com/graphql/graphiql) url is [http://localhost:3000/graphiql](http://localhost:3000/graphiql)

Inside your resolvers, if the user is logged in, their id will be `context.userId`:

Expand Down

0 comments on commit b628e70

Please sign in to comment.