wp-graphql / wp-graphql-acf

WPGraphQL for Advanced Custom Fields
https://wpgraphql.com/acf
627 stars 123 forks source link

Get all the ACF fields object #365

Closed ravisinghnath closed 1 year ago

ravisinghnath commented 1 year ago

I am using WPGraphQL and WPGraphQL for Advanced Custom Fields

I want to create a post from the front end using a UI form. I need all the ACF field/input objects attached to a custom post type.

Does anyone have any idea? Thanks

jasonbahl commented 1 year ago

@ravisinghnath I like this idea, but it's not something we plan to support in this plugin.

You could potentially use existing WPGraphQL APIs such as register_graphql_object_type, register_graphql_interface_type, register_graphql_field to build a plugin that could provide the schema with this kind of data.