ACF + extended cpt + poet
-
I am trying to register custom fields to the wp-graphql plugin with ACF. Per the documentation, fields can be registered in PHP by adding:
'show_in_graphql' => true, 'graphql_field_name' => 'myGroup',
I added these attributes to the
admin_cols
collection of the custom post type defined with poet, and it doesn’t seem to be recognized by wp-graphql. I’m not sure if this is an issue with poet, extended-cpts or wp-graphql, but any suggestions would be appreciated.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘ACF + extended cpt + poet’ is closed to new replies.