Skip to content

Commit 43d2b91

Browse files
committed
- add another test for issue 172 (noted in the comments)
1 parent 24152cf commit 43d2b91

File tree

4 files changed

+32252
-6
lines changed

4 files changed

+32252
-6
lines changed

composer.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/FieldType/Group.php

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public static function register_field_type(): void {
7070

7171
$sub_field_group['graphql_type_name'] = $cloned_type_name;
7272
$sub_field_group['graphql_field_name'] = $cloned_type_name;
73+
$sub_field_group['interfaces'][] = $cloned_type . '_Fields';
7374
$field_config->get_registry()->register_acf_field_groups_to_graphql(
7475
[
7576
$sub_field_group,

0 commit comments

Comments
 (0)