Just another contact form plugin. Simple but flexible.
About WPGraphQL for ACF
WPGraphQL for Advanced Custom Fields is a free plugin that integrates ACF Fields and Field Groups with the WPGraphQL Schema. You can create and configure ACF Field Groups and Fields using the ACF User Interface, and then query them using GraphQL. The plugin supports most built-in field types of ACF and ACF Extended.Screenshots



Changelog
2.4.1
Chores / Bugfixes
- chore: update “tested up to” and stable version tags.
2.4.0
New Features
- #211: feat: add wp-graphql as required plugin dependency. Thanks @stefanmomm!
Chores / Bugfixes
- #224: chore: update issue templates config.yml to link to Discord instead of Slack
- #223: chore: update branding assets
- #214: chore: bump composer/composer from 2.7.4 to 2.7.7 in the composer group across 1 directory
- #231: fix: block type tests failing
2.3.0
New Features
- #193: feat: improved handling of clone and group fields
Chores / Bugfixes
- #194: ci: test against WordPress 6.5
2.2.0
New Features
- #181: feat: update docs Date fields to link to the RFC3339 spec
Chores / Bugfixes
- #182: fix: admin_enqueue_scripts callback should expect a possible null value passed to it
- #185: fix: clone field within a group field type returns null values
- #189: fix: image fields (and other connection fields) not properly resolving when queried asPreview
2.1.2
Chores / Bugfixes
- #178: fix: Taxonomy field returns incorrect data if set to store objects instead of IDs
- #174: fix: taxonomy field resolves sorted in the incorrect order
2.1.1
Chores / Bugfixes
- #167: fix: pagination on connection fields
- #166: fix: errors when querying fields of the
acfe_date_range_pickerfield type - #165: fix: user field returning all publicly queryable users
2.1.0
New Features
- #156: feat: Use published ACF values in resolvers for fields associated with posts that use the block editor, since the Block Editor has a bug preventing meta from being saved for previews. Adds a debug message if ACF fields are queried for with “asPreview” on post(s) that use the block editor.
Chores / Bugfixes
- #156: fix: ACF Fields not resolving when querying “asPreview”
- #155: fix: “show_in_graphql” setting not being respected when turned “off”
- #152: fix: performance issues with mapping ACF Field Groups to the Schema
- #148: fix: bug when querying taxonomy field on blocks
- #146: chore: update phpcs to match core WPGraphQL
2.0.0
- Initial release on WordPress.org. Complete re-architecture of WPGraphQL for ACF v0.6.*.
- For beta release notes leading up to v2.0.0, see the Github Releases.
