drupal-graphql / graphql

GraphQL integration for Drupal 9/10
288 stars 202 forks source link

AlterableComposableSchema uses deprecated ContainerAwareEventDispatcher #1399

Closed almunnings closed 3 months ago

almunnings commented 3 months ago

AlterableComposableSchema uses ContainerAwareEventDispatcher

Change log: https://www.drupal.org/node/3376090 Introduced: 10.3.0

Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher is now deprecated. If you were extending this with your own dispatcher then you need to refactor to extend Symfony\Component\EventDispatcher\EventDispatcher instead.