Category Archives: TIN TỨC

Using Custom Post Types with WPGraphQL

In order to use Custom Post Types with WPGraphQL, you must configure the Post Type to show_in_graphql using the following fields: show_in_graphql | boolean | (required): true or false. If true, show the post type in the GraphQL Schema. graphql_single_name | string | (required): camel case string with no punctuation or spaces. Needs to start […]