Calling graphql server from another server

Hi,

I have a two servers. I need to call a graphql query from one server to another. Do we need to use HTTP get call or is there anyway just to execute a query directly on another server.

Thanks
Suhail

I’m asking something similar here: Distributed Meteor apps, with shared Meteor server, and GraphQL store