Skip to content

Commit

Permalink
Update client.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorDiaconu authored Sep 19, 2019
1 parent fb90135 commit 72ae31b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/client.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ Initialize accepts as an argument a configuration object:

```js
initialize({
disableWebsockets: false, // Whether or not to try to connect to websockets, it connects by default
// Allow custom URI, rather than Meteor.absoluteUrl()
uri: 'http://endpoint:5000/graphql',

// Whether or not to try to connect to websockets, it connects by default
disableWebsockets: false,
});
```

Expand Down

0 comments on commit 72ae31b

Please sign in to comment.