Fixed small bugs
This commit is contained in:
+3
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user