overblog / GraphQLBundle

This bundle provides tools to build a complete GraphQL API server in your Symfony App.
MIT License
783 stars 221 forks source link

Ignore Curl Request #1077

Open apair opened 1 year ago

apair commented 1 year ago
Q A
Bug report? no
Feature request? no
BC Break report? no
RFC? no
Version/Branch 0.15

Hello, I have a case in which I need to send a GQL request inside the backend application. What I'm doing now is sending a Curl request in the backend which is kinda weird. I'm wondering if there is any way to resolve a GQL request without using Curl. like calling a method or something?