| Q | A
| ---------------- | -----
| Bug report? | no
| Feature request? | yes
| BC Break report? | no
| RFC? | no
| Version/Branch | 0.12
Hi,
it would be really helpful to add a section in the WebProfiler for GraphQL, it should probably be similar to the Doctrine section, what I would be mainly interested in:
nice to have:
Hi, this a feature I wanted to add since the starting of the project but sadly never get the time to implement it.
It would be really great. A really nice addition would be the ability to display the executed graphql queries/mutations names in the HTTP queries list (on the /search/results?limit=10 page) cause it's sometimes hard to find the HTTP query you are looking for as they are all matching the same endpoint url.
@mathroc : Are you gonna work on it ?
@Vincz I'd love to but I won't have the time for that in the coming weeks :/ it's on my todo list so maybe sometime :sweat_smile: I'll tell it here if I start working on it
@Vincz I guess I'm gonna work on it
Hey @murtukov ! Any update about this?
If you didn't start, I think I'll have a couple of hours to dedicate to this feature this week.
@Vincz Hi. No, I didn't start yet. I am currently working on other features and it will take a huge amount of time. You can work on the Profiler feature if you want.
Ok mate :) Good luck with your stuff !
So, here is the implementation: https://github.com/Vincz/GraphQLBundle/commit/028ea76b3d47203dde19887fbfc1da4dca21019f
I still need to test it against multiple schemas and batch requests.
And I need to add tests.
Most helpful comment
So, here is the implementation: https://github.com/Vincz/GraphQLBundle/commit/028ea76b3d47203dde19887fbfc1da4dca21019f
I still need to test it against multiple schemas and batch requests.
And I need to add tests.