Closed almunnings closed 6 months ago
$this->operation is create, not add
$this->operation
create
add
Which passes down a NULL to $this->t()'s variable as $server->label()
$this->t()
$server->label()
Closes https://github.com/drupal-graphql/graphql/issues/1401
Thanks a lot!
$this->operation
iscreate
, notadd
Which passes down a NULL to
$this->t()
's variable as$server->label()
Closes https://github.com/drupal-graphql/graphql/issues/1401