Using multiple endpoints
idkjs opened this issue · 3 comments
idkjs commented
How would you set this up if you had two clients hitting multiple endpoints for different purposes.
I am trying to hit a https://api.graphloc.com/graphql
just for geo coordinates while using a different endpoint for everything else. Compiler complains because I haven't run yarn send-introspection-query
on that endpoint. Is this possible with this ppx?
Thank you.
baransu commented
wu-s-john commented
I would really love to have this as well.