GraphQL
Use WordPress Custom Post Types And Taxonomies with GraphQL
12 February 2022
By default in custom post types, taxonomies and any custom post meta aren’t available in GraphQL. We have to tell WordPress which bits of data we want to be exposed to GraphQL so that we can retrieve it in a query.
Setup WordPress with GraphQL
29 January 2022
In the first few posts looking at Next.js we’ve been focusing on the layout and structure of the pages and building the header, main body and footer. Now we’ve got a simple template set up, we can start populating pages with content.