Added orderrows

This commit is contained in:
Niklas Fondberg
2021-04-08 13:20:43 +02:00
parent f3f39b2097
commit e0f629d54d
8 changed files with 295 additions and 89 deletions
+66
View File
@@ -18,3 +18,69 @@
}
}
}
{
order(id: 588274) {
id
rows {
id
}
billingInformation {
email
phone
address {
id
firstname
lastname
recipientName
companyname
address1
address2
countryCode
city
zipcode
stateCountyOrRegion
}
}
deliveryInformation {
email
phone
address {
id
firstname
lastname
recipientName
companyname
address1
address2
countryCode
city
zipcode
stateCountyOrRegion
}
}
}
}
{
order(id: 588274) {
id
rows {
id
insertedDate
orderId
productId
productGroup
artNo
path
name
price
designerId
commissionAmount
status
pwintyImageId
frameColor
pwintySku
}
}
}