Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

v0.1.2

Compare
Choose a tag to compare
@jasonbahl jasonbahl released this 26 Apr 03:53
· 290 commits to master since this release
53ffe0e

🚀 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.