Skip to content

Instantly share code, notes, and snippets.

Thanks for your interest in helping make Apollo Client better!
Feature requests and non-bug related discussions are no longer managed in this repo. Feature requests should be opened in https://github.com/apollographql/apollo-feature-requests.
i can find into the Office Doc how use more then one endpoint
here is my solution on Apollo react client
` const firstLink = new HttpLink({
uri: 'graphql-postgre',
const response = await client.query({
data: `mutation {
productCreate(input : { title: "gql product from app meta 33 "} )
{
product{id, description, mediaCount}
userErrors {
field
message
}
}
alert("js loaded ")