Fixed small bugs

This commit is contained in:
Niklas Fondberg
2021-04-08 23:27:55 +02:00
parent 3c648cee29
commit a296ead1ca
7 changed files with 78 additions and 84 deletions
+3 -3
View File
@@ -94,14 +94,14 @@ const typeDefs = gql`
customerEmail: String
customerCellphone: String
flyerIds: String
market: String
locale: String
marketName: String
localeName: String
billingInformation: ContactInformation
deliveryInformation: ContactInformation
billingAddressId: Int
deliveryAddressId: Int
rows: [OrderRow]
marketObject: Market
market: Market
}
type OrderRow {