GraphQLBundle
GraphQLBundle copied to clipboard
Can we use server implementation from Webonyx?
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?
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.
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 Then how do I use persisted queries with the bundle? As said in the first post, the StandardServer from webonyx has a persistentQueryLoader configuration.
I reopen this one, I have missed this part sorry
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.
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.