drupal-graphql / graphql

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

Deprecated NULL placeholder value #1401 #1402

Closed almunnings closed 3 months ago

almunnings commented 3 months ago

$this->operation is create, not add

Which passes down a NULL to $this->t()'s variable as $server->label()

Closes https://github.com/drupal-graphql/graphql/issues/1401

klausi commented 3 months ago

Thanks a lot!