Skip to content

Commit

Permalink
- add another test for issue 172 (noted in the comments)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Apr 22, 2024
1 parent 24152cf commit 43d2b91
Show file tree
Hide file tree
Showing 4 changed files with 32,252 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/FieldType/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public static function register_field_type(): void {

$sub_field_group['graphql_type_name'] = $cloned_type_name;
$sub_field_group['graphql_field_name'] = $cloned_type_name;
$sub_field_group['interfaces'][] = $cloned_type . '_Fields';
$field_config->get_registry()->register_acf_field_groups_to_graphql(
[
$sub_field_group,
Expand Down
Loading

0 comments on commit 43d2b91

Please sign in to comment.