Changes
Co-authored-by: wolfoftyreso-debug <250630591+wolfoftyreso-debug@users.noreply.github.com>
This commit is contained in:
@@ -140,6 +140,21 @@ export const STOREFRONT_PRODUCTS_QUERY = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
sellingPlanGroups(first: 5) {
|
||||||
|
edges {
|
||||||
|
node {
|
||||||
|
name
|
||||||
|
sellingPlans(first: 10) {
|
||||||
|
edges {
|
||||||
|
node {
|
||||||
|
id
|
||||||
|
name
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
options {
|
options {
|
||||||
name
|
name
|
||||||
values
|
values
|
||||||
|
|||||||
Reference in New Issue
Block a user