Added designers

This commit is contained in:
Niklas Fondberg
2021-04-08 23:11:24 +02:00
parent 2b57afbc4a
commit 3c648cee29
18 changed files with 366 additions and 151 deletions
+61 -34
View File
@@ -20,44 +20,63 @@
}
{
order(id: 588274) {
product(id: 42280) {
id
inserted
updated
visible
browsable
designerId
designer {
id
name
path
}
printProducts {
group
id
updated
}
blacklisting {
group
id
marketId
updated
}
}
}
{
orders(
filter: { limit: 1, dates: { from: "2021-03-01", to: "2021-04-30" } }
) {
id
marketObject {
id
name
vat
currency
priceAdjustment
}
rows {
id
}
billingInformation {
email
phone
address {
order {
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
}
inserted
orderId
productId
productGroup
artNo
path
name
price
designerId
commissionAmount
status
pwintyImageId
frameColor
pwintySku
}
}
}
@@ -77,7 +96,7 @@
order {
id
}
insertedDate
inserted
orderId
productId
productGroup
@@ -94,3 +113,11 @@
}
}
}
{
designers(limit: 10) {
id
name
path
}
}