Skip to content

Instantly share code, notes, and snippets.

@Cerberus
Created September 24, 2017 18:07
Show Gist options
  • Save Cerberus/2295d42ffe4e161a6d20487f7e8abf55 to your computer and use it in GitHub Desktop.
Save Cerberus/2295d42ffe4e161a6d20487f7e8abf55 to your computer and use it in GitHub Desktop.
Apollo-link-from
const link = ApolloLink.from([
new RetryLink(),
new Link({ uri }),
])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment