hi , i am making a web app so far i have created a GraphQL server using graphql-yoga & using Prisma and deployed it on my local docker cluster - everything is working so far i can query it from playground - but for the frontend i am not using react js or any js web framework instead i am making app in haxe-openfl HTML5 target which will be an interactive app or website you can say ; but i am stuck how do i query from that. usually in REST scenarios i can make a request call to endpoints directly using http methods POST GET etc , but in the case of GraphQL i am stuck where to start how do i query my GraphQL server from the front end i make in haxe. thanks