chengwl 4 дней назад
Родитель
Сommit
c48f083e70

+ 5 - 1
packages/Webkul/BagistoApi/src/Dto/ProductSearch/ProductSearchEdgeDto.php

@@ -6,7 +6,11 @@ use ApiPlatform\Metadata\ApiProperty;
 use ApiPlatform\Metadata\ApiResource;
 use Webkul\BagistoApi\Models\Product;
 
-#[ApiResource(operations: [], graphQlOperations: [])]
+#[ApiResource(
+    operations: [],
+    graphQlOperations: [],
+    paginationEnabled: false,
+)]
 class ProductSearchEdgeDto
 {
     public ?string $cursor = null;