We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c0e4f commit c4f7595Copy full SHA for c4f7595
src/FieldConfig.php
@@ -234,7 +234,7 @@ public function get_graphql_field_config(): ?array {
234
// bail and let the connection handle registration to the schema
235
// and resolution
236
if ( 'connection' === $field_type ) {
237
- // $this->registry->register_field( $this->acf_field );
+ $this->registry->register_field( $this->acf_field );
238
return null;
239
}
240
0 commit comments