From 72997e26f1d2fb11a7763aed4fe0aebd6faa4a2a Mon Sep 17 00:00:00 2001 From: Niklas Fondberg Date: Thu, 12 Aug 2021 10:59:13 +0200 Subject: [PATCH] Hot fix remove double rows def --- src/schema.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/schema.ts b/src/schema.ts index 07c8610..ee81355 100644 --- a/src/schema.ts +++ b/src/schema.ts @@ -145,7 +145,6 @@ const typeDefs = gql` deliveryInformation: ContactInformation billingAddressId: Int deliveryAddressId: Int - rows: [OrderRow] """ pwinty needs to be updated with market being a subtype """