How can I run graphql queries within Gatsby Functions? #38360
Unanswered
franciscocobas
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Gatsby website connected to a Wordpress CRM through
gatsby-source-wordpress. My objective is to create a new page on my site called "Most Read Posts." To achieve this, I decided to invoke a Gatsby function whenever a post is accessed. I would like to make a GraphQL call to my Wordpress CRM. Is it possible to accomplish this using the Gatsbygraphqlpackage?Beta Was this translation helpful? Give feedback.
All reactions