Skip to content

Commit

Permalink
Fix network interface link (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslopezj authored and Sashko Stubailo committed Sep 8, 2016
1 parent 669fed7 commit a4fbb81
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 @@ -72,7 +72,7 @@ export const resolvers = {

`networkInterfaceConfig` may contain any of the following fields:
- `path`: path of the GraphQL server. Default: `'/graphql'`.
- `options`: `FetchOptions` passed to [`createNetworkInterface`](http://docs.apollostack.com/apollo-client/index.html#createNetworkInterface). Default: `{}`.
- `options`: `FetchOptions` passed to [`createNetworkInterface`](http://dev.apollodata.com/core/apollo-client-api.html#createNetworkInterface). Default: `{}`.
- `useMeteorAccounts`: Whether to send the current user's login token to the GraphQL server with each request. Default: `true`.

Returns an [`options` object](http://0.0.0.0:4000/apollo-client/index.html#ApolloClient) for `ApolloClient`:
Expand Down

0 comments on commit a4fbb81

Please sign in to comment.