Can I use a MUTATION to get JSON using GraphQL for posts in order of popularity (view count) with GraphQL API for headless CMS WordPress?
I'm developing a blog SPA with WordPress headless CMS and Next.js. WPGraphQL: I want to get json using GraphQL for posts in order of popularity with GraphQL API for WordPress. The official action hook below states that it won't work…