Is there any support for custom post types? #467
KeriGerheart
started this conversation in
General
Replies: 2 comments
-
hey @KeriGerheart custom post types should really "just work" with WPGraphQL though they wouldn't work out of the box with this project what you can do is basically clone the data and lib files for posts and set up the queries to request that custom post type
here's an example of what i've done on my website spacejelly.dev which was based on this starter:
I use the Custom Post Type UI plugin |
Beta Was this translation helpful? Give feedback.
0 replies
-
Awesome, thanks very much @colbyfayock! Great project you made here, really appreciate you sharing all your hard work and knowledge! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Wondering if there is something already built into this starter to handle WP custom post types? If not, are they are resources someone could point me to? Thanks a lot, this is a really cool project!
Beta Was this translation helpful? Give feedback.
All reactions