🚦 Form Field Support Status #195
Labels
breaking change 💥
status: in progress 🚧
Work on this has begun
type: enhancement ⚡
Improves on an existing feature
Milestone
Starting with v0.10.0, we automatically register all Gravity Forms forms fields to the GraphQL schema, using their GF editor field settings.
However:
Core fields that aren't explicitly supported are currently hidden behind the
WPGRAPHQL_GF_EXPERIMENTAL_FIELDS
flag.This issue tracks the complete implementation status of all remaining first-party form fields, superseding #119 and #116.
Core fields
Disabled
These fields are hidden by default, and can be enabled using the
graphql_gf_ignored_field_types
filter:beta
by GF.Experimental
These fields are considered experimental, and are not (yet) fully implemented/tested.
WPGRAPHQL_GF_EXPERIMENTAL_FIELDS
flag.1 Missing fields from
customfield_content_template_setting
.Official Addons
This fields will be visible, but only their inherited GraphQL fields will be used.
The text was updated successfully, but these errors were encountered: