saleor-apps-redis_apl/apps/cms/graphql/fragments/WebhookProduct.graphql

36 lines
390 B
GraphQL

fragment WebhookProduct on Product {
id
name
slug
media {
url
}
channelListings {
id
channel {
id
slug
}
isPublished
}
variants {
id
name
sku
channelListings {
id
channel {
id
slug
}
price {
amount
currency
}
}
metadata {
key
value
}
}
}