Open edurenye opened 11 months ago
I'll try to fix the tests
BTW this is related to https://www.drupal.org/sa-contrib-2023-050
The issue with the tests is actually a bug in DataProducerExecutionTrait and has an issue for it: https://github.com/drupal-graphql/graphql/issues/1233
DataProducerExecutionTrait does not care about the dafault value, so it needs to be specified.
I just made a workarround for the tests with a todo that marks that the 'access' default value can be removed after that issue is fixed.
Fixes #1382