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;