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