Skip to content

Instantly share code, notes, and snippets.

@chsami
Created February 8, 2019 12:13
Show Gist options
  • Save chsami/083443b29d26a96fdc49735841fe1f2d to your computer and use it in GitHub Desktop.
Save chsami/083443b29d26a96fdc49735841fe1f2d to your computer and use it in GitHub Desktop.
{
provide: APOLLO_OPTIONS,
useFactory(httpLink: HttpLink) {
return {
cache, // InMemoryCache with custom fragment matcher
link: httpLink.create({
uri: environment.targetsugraphqlurl
})
};
},
deps: [HttpLink]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment