Added designers
This commit is contained in:
+61
-34
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user