From 2c5d2e004b490005cd2ff1e0945253d0f064dde0 Mon Sep 17 00:00:00 2001 From: Daniel Bosen Date: Tue, 20 Aug 2024 18:04:36 +0200 Subject: [PATCH] cs --- .../GraphQL/DataProducer/ThunderSearchApiProducerBase.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php b/modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php index 39c5fc0dd..db4debb74 100644 --- a/modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php +++ b/modules/thunder_gqls/src/Plugin/GraphQL/DataProducer/ThunderSearchApiProducerBase.php @@ -102,6 +102,8 @@ public function setResponseWrapper(SearchApiResponse $responseWrapper): void { * Offset of the query. * @param string $index * Id of the search api index. + * @param array|null $sortBy + * List of sorts. * @param array|null $conditions * List of conditions to filter the result. * @param string|null $search