Replies: 1 comment 1 reply
-
@cobrani you can assign your own https://faustjs.org/docs/next/reference/getClient#queryfetcher This way you can use GET requests instead of POST requests, however you would need to encode them using the right format.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently migrating my website from Frontity framework to Faustjs. So far, I really the framework. However, I have the need to deliver the results from GraphQL through a CDN for website performance. I know there are upcoming CDNs for this, but I'd rather use HTTP GET requests for the moment as it has also (limited) support in WP GraphQL plugin (see https://www.wpgraphql.com/docs/interacting-with-wpgraphql/). So far, I don't see a possibility to do that in Faustjs or GQty, but maybe you have an idea to accomplish that? Thank you
Beta Was this translation helpful? Give feedback.
All reactions