DEV Community

Discussion on: Using Apollo with multiple Graphql endpoints

Collapse
 
jamalx31 profile image
Jamal Mashal • Edited

yes, In Shopify use case our app actually sends the query to our backend and then use proxy to send it to Shopify (you can't send the query directly from the client since you need API credentials you can't expose).
But using this method makes it easier to tell the server which query should go where