Q: Does Gato GraphQL work with Custom Post Types?
Does this plugin work with Custom Post Types and Custom fields created by ACF and MetaBox?
Does it recognize custom tables and fields created by other plugins like Amelia and WpDataTables?
For MetaBox, does it work with their custom table extension?
Thank you
Leonardo_GatoGraphQL
Edited Feb 25, 2025A: yes it does, but possibly not out-of-the-box
If you need the generic content from a CPT, then it's already supported. For instance, for Amelia, you can get the event title and content already. If you need the event date, if it's stored as a meta field, then it's also supported already. If it is not (eg: in custom table), then you need to create an integration for those, to add the `Event.date` field to the GraphQL schema. Check: https://github.com/GatoGraphQL/ExtensionStarter