How send custom url of GET http request from Apollo Client?

for example. My backend’s url is http://localhost/api

how send http://localhost/api?var1=1&var2=2

@alexxsub see: Apollo client make GET request - #2 by hwillson

that for change method between POST/GET. i know it. i’m looking for customizing GET query

Can you explain this a bit further? I don’t quite follow what it is you’re trying to do.