From a7f00a3811f30ac76da8dc408fd6c8df03327378 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 10 Jun 2025 17:15:31 +0300 Subject: [PATCH] graphql: remove rename operations files --- .../graphql/operations/{customer.graphql => customers.graphql} | 0 packages/graphql/operations/{order.graphql => orders.graphql} | 0 .../graphql/operations/{service.graphql => services.graphql} | 0 packages/graphql/operations/{slot.graphql => slots.graphql} | 0 packages/graphql/types/operations.generated.ts | 2 -- 5 files changed, 2 deletions(-) rename packages/graphql/operations/{customer.graphql => customers.graphql} (100%) rename packages/graphql/operations/{order.graphql => orders.graphql} (100%) rename packages/graphql/operations/{service.graphql => services.graphql} (100%) rename packages/graphql/operations/{slot.graphql => slots.graphql} (100%) diff --git a/packages/graphql/operations/customer.graphql b/packages/graphql/operations/customers.graphql similarity index 100% rename from packages/graphql/operations/customer.graphql rename to packages/graphql/operations/customers.graphql diff --git a/packages/graphql/operations/order.graphql b/packages/graphql/operations/orders.graphql similarity index 100% rename from packages/graphql/operations/order.graphql rename to packages/graphql/operations/orders.graphql diff --git a/packages/graphql/operations/service.graphql b/packages/graphql/operations/services.graphql similarity index 100% rename from packages/graphql/operations/service.graphql rename to packages/graphql/operations/services.graphql diff --git a/packages/graphql/operations/slot.graphql b/packages/graphql/operations/slots.graphql similarity index 100% rename from packages/graphql/operations/slot.graphql rename to packages/graphql/operations/slots.graphql diff --git a/packages/graphql/types/operations.generated.ts b/packages/graphql/types/operations.generated.ts index 72242c0..aabaaf9 100644 --- a/packages/graphql/types/operations.generated.ts +++ b/packages/graphql/types/operations.generated.ts @@ -336,7 +336,6 @@ export type OrderFiltersInput = { block?: InputMaybe; client?: InputMaybe; createdAt?: InputMaybe; - date?: InputMaybe; documentId?: InputMaybe; not?: InputMaybe; or?: InputMaybe>>; @@ -355,7 +354,6 @@ export type OrderFiltersInput = { export type OrderInput = { block?: InputMaybe; client?: InputMaybe; - date?: InputMaybe; order_number?: InputMaybe; price?: InputMaybe; publishedAt?: InputMaybe;