-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🚦 Form Field Support Status #195
Labels
breaking change 💥
status: in progress 🚧
Work on this has begun
type: enhancement ⚡
Improves on an existing feature
Milestone
Comments
This was referenced Dec 25, 2021
justlevine
added
type: enhancement ⚡
Improves on an existing feature
status: in progress 🚧
Work on this has begun
labels
Dec 25, 2021
Tests added for File Upload and Post Image fields in this commit. Updated issue with 0.10 target dates |
Tests added for Signature, Post Category, and Post Tags. |
4 tasks
#293 added for |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking change 💥
status: in progress 🚧
Work on this has begun
type: enhancement ⚡
Improves on an existing feature
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: