Drew Baker
Drew Baker
@rospirski thnaks! I can get the error handler to be used like you have it, but only in smart queries, not in mutations using `this.$apollo.mutate()`, then it will use the...
FYI for gave up on Apollo and switched to this, works way better with Nuxt in my opinion: https://github.com/Gomah/nuxt-graphql-request
Got more data on this error, from a custom error handler in the smart query: ``` ERROR We've got an error! GraphQL error: Internal server error 18:26:41 at new ApolloError...
Looked into this some more today. Almost certain that cookies are not being sent for the SSR request, only on the client side requests now.
@jasonbahl Yeah this is my test setup: - Theme: TwentySeventeen (current version, although also tested with our fuxt-backend theme) - Plugins: Advanced Custom Fields PRO, WP GraphQL, WPGraphQL for Advanced...
Just ran into this today again... would love a way to only get excerpts if they were actually entered into the field, not falling back to auto generated ones.
Temp solution is to put this in your functions.php file: ``` /** * Give each excerpt node a field of the user defined excerpt, or empty string. * SEE https://github.com/wp-graphql/wp-graphql/issues/1314...
Having used ACF fields that give you the option for "no format", "and BR" and "add P" it seems like something like this still makes the most sense: ``` excerpt(format:...
And just to say it, I think in the spirit of "doing it right, not the WordPress way" the dream would be an option to get an AST or JSON...
I was discussing this with @jasonbahl last week. Will post a few things on some progress. So currently there are a few different approaches to using blocks in a headless...