diff --git a/src/web/modules/custom/enfrancais_graphql/src/Plugin/GraphQL/SchemaExtension/EnFrSchemaExtension.php b/src/web/modules/custom/enfrancais_graphql/src/Plugin/GraphQL/SchemaExtension/EnFrSchemaExtension.php index 654848a..75f936a 100644 --- a/src/web/modules/custom/enfrancais_graphql/src/Plugin/GraphQL/SchemaExtension/EnFrSchemaExtension.php +++ b/src/web/modules/custom/enfrancais_graphql/src/Plugin/GraphQL/SchemaExtension/EnFrSchemaExtension.php @@ -363,7 +363,7 @@ class EnFrSchemaExtension extends SdlSchemaExtensionPluginBase { $builder->produce('property_path') ->map('type', $builder->fromValue('entity:node')) ->map('value', $builder->fromParent()) - ->map('path', $builder->fromValue('field_video')) + ->map('path', $builder->fromValue('field_videos')) ); $registry->addFieldResolver('Textref', 'tags', @@ -522,7 +522,7 @@ class EnFrSchemaExtension extends SdlSchemaExtensionPluginBase { $builder->produce('property_path') ->map('type', $builder->fromValue('entity:node')) ->map('value', $builder->fromParent()) - ->map('path', $builder->fromValue('field_video')) + ->map('path', $builder->fromValue('field_videos')) ); $registry->addFieldResolver('Textprod', 'tagsprod',