Created
January 11, 2019 07:26
-
-
Save robinweser/31393e5221d43066ff0cc351d3f185b6 to your computer and use it in GitHub Desktop.
OneGraph Apollo Integration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const link = new HttpLink({ | |
uri: 'https://serve.onegraph.com/dynamic?app_id=' + APP_ID, | |
credentials: 'same-origin' | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment