Make types independent of Sh

This commit is contained in:
Michal Miszczyszyn
2023-05-01 19:29:46 +02:00
parent 86dca04eec
commit 112d51303f
20 changed files with 368 additions and 12 deletions

View File

@@ -0,0 +1,20 @@
fragment FeaturedProduct on Product {
id
slug
name
pricing {
priceRange {
stop {
gross {
currency
amount
}
}
}
}
media {
url(size: 2160)
type
alt
}
}