Loading CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx entity migration test to use new API added in 8.9.x; skip this test on 8.8. #3154891 by DamienMcKenna: Rename test fixtures to be one file per source module. #3129863 by DamienMcKenna, kyuubi, azedan, lcontreras, havran, markie: Revert compatibility with GraphQL 4 to avoid breaking existing sites. Metatag 8.x-1.13, 2020-04-21 Loading src/Plugin/GraphQL/Scalars/MetatagScalar.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace Drupal\metatag\Plugin\GraphQL\Scalars; use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase; use Drupal\graphql\Plugin\GraphQL\Scalars\Internal\StringScalar; /** * Metatag module dummy type. Loading @@ -16,5 +16,5 @@ use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase; * type = "string" * ) */ class MetatagScalar extends DataProducerPluginBase { class MetatagScalar extends StringScalar { } Loading
CHANGELOG.txt +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx entity migration test to use new API added in 8.9.x; skip this test on 8.8. #3154891 by DamienMcKenna: Rename test fixtures to be one file per source module. #3129863 by DamienMcKenna, kyuubi, azedan, lcontreras, havran, markie: Revert compatibility with GraphQL 4 to avoid breaking existing sites. Metatag 8.x-1.13, 2020-04-21 Loading
src/Plugin/GraphQL/Scalars/MetatagScalar.php +2 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ namespace Drupal\metatag\Plugin\GraphQL\Scalars; use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase; use Drupal\graphql\Plugin\GraphQL\Scalars\Internal\StringScalar; /** * Metatag module dummy type. Loading @@ -16,5 +16,5 @@ use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase; * type = "string" * ) */ class MetatagScalar extends DataProducerPluginBase { class MetatagScalar extends StringScalar { }