I have a requirement where I have been provided graphql endpoint! I need to create a query and execute by making call to it and get the response in my Sling models and Servlets. Note(graphql endpoint is not of Magento). Also, the ask is to do it in the backend not in front end using Apollo client o...