Skip to content

Commit

Permalink
even more
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosen committed Aug 20, 2024
1 parent 2461712 commit 191dff7
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Drupal\graphql\GraphQL\Execution\FieldContext;
use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase;
use Drupal\thunder_gqls\Wrappers\EntityListResponse;
use Drupal\thunder_gqls\Wrappers\SearchApiResponse;
use GraphQL\Error\UserError;
use Symfony\Component\DependencyInjection\ContainerInterface;

Expand Down Expand Up @@ -37,9 +36,9 @@ abstract class ThunderEntityListProducerBase extends DataProducerPluginBase impl
/**
* The response wrapper service.
*
* @var \Drupal\thunder_gqls\Wrappers\SearchApiResponse
* @var \Drupal\thunder_gqls\Wrappers\EntityListResponse
*/
private SearchApiResponse $responseWrapper;
private EntityListResponse $responseWrapper;

/**
* {@inheritdoc}
Expand Down

0 comments on commit 191dff7

Please sign in to comment.