Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 310 Bytes

File metadata and controls

6 lines (4 loc) · 310 Bytes

Post Type CRUD Operations for WPGraphQL

WordPress plugin code for this YouTube video: https://youtu.be/o-MQSKErREI

Learn now to add a new custom post type to the GraphQL schema, how to perform CRUD (create, read, update, delete) operations on its post, and how to store additional data, such as post meta.