This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Releases: wp-graphql/wp-graphql-acf
Releases · wp-graphql/wp-graphql-acf
v0.1.2
🚀 Release Notes
🐛BUGFIXES:
- Nested fields within Flex Fields were not properly showing. Thanks for reporting this one, @skaltenegger!
Here's some info on what the bug was:
By default, fields that are not set to "show_in_graphql" are not shown in in the Schema. There was a bug causing fields nested within a Flex Field Layout to default to not show in the GraphQL Schema.
This release fixes that bug, so nested fields within Flex Field layouts are properly exposed to the Schema.