Relative Content

Tag Archive for wordpressgraphqlnuxt.jsapollowp-graphql

GraphQL query on WordPress returns creation date instead of last modified date for posts

I’m working on a Vue.js project where I use GraphQL (WPGraphQL v1.26.0) to fetch posts from a WordPress site (with Apollo).
I need to display the last modified date of each post, but the “modified” parameter always returns the same value as the date field (creation date) even in the plugin query execution.
Here is the relevant part of my GraphQL query: