Commit 37b606dc authored by Damien McKenna's avatar Damien McKenna Committed by Damien McKenna
Browse files

Issue #3129863 by DamienMcKenna, kyuubi, azedan, lcontreras, havran, markie:...

Issue #3129863 by DamienMcKenna, kyuubi, azedan, lcontreras, havran, markie: Revert compatibility with GraphQL 4 to avoid breaking existing sites.
parent 1f4649c4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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.
@@ -16,5 +16,5 @@ use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase;
 *   type = "string"
 * )
 */
class MetatagScalar extends DataProducerPluginBase {
class MetatagScalar extends StringScalar {
}