GraphQLBundle icon indicating copy to clipboard operation
GraphQLBundle copied to clipboard

Can we use server implementation from Webonyx?

Open enumag opened this issue 7 years ago • 6 comments

Based on the suggestions in this issue I'd like to use the persistentQueryLoader option. However this option is for webonyx server implemtation which is not used by this bundle.

The reason why it's not used is obvious - the server implementation in webonyx is relatively recent and overblog bundle is way older. Instead of duplicating the missing logic maybe we should simply use the webonyx server implementation as an alternative to the current one this bundle implements?

enumag avatar Apr 23 '18 13:04 enumag

Hi @enumag this is something we want to do but missing some time right now. Anyway PR is always welcome, if you want to work on this.

mcg-web avatar Apr 23 '18 16:04 mcg-web

Move to this is no more in plan since the bundle has take a different way from the main lib. If you think this can still be useful feel free to continue discussion here.

mcg-web avatar Jul 14 '19 06:07 mcg-web

@mcg-web Then how do I use persisted queries with the bundle? As said in the first post, the StandardServer from webonyx has a persistentQueryLoader configuration.

enumag avatar Aug 13 '19 12:08 enumag

I reopen this one, I have missed this part sorry

mcg-web avatar Aug 13 '19 13:08 mcg-web

Note: I no longer need this since I'm removing this bundle from my project in favor of Webonyx StandardServer and custom usage of overblog/graphql-php-generator.

enumag avatar Dec 03 '19 09:12 enumag

Hi @mcg-web

Could you please explain the path to achieve Persisted Query ? I want to know more about before trying to implement a solution.

Regards Thomas.

armetiz avatar Nov 22 '22 08:11 armetiz