feat(modules-sdk): Parse filters based on loaded modules graph (#9158)
This commit is contained in:
committed by
GitHub
parent
812b80b6a3
commit
c6795dfc47
@@ -1,11 +1,11 @@
|
||||
export const schema = `
|
||||
type PriceSet {
|
||||
id: ID!
|
||||
prices: [MoneyAmount]
|
||||
prices: [Price]
|
||||
calculated_price: CalculatedPriceSet
|
||||
}
|
||||
|
||||
type MoneyAmount {
|
||||
type Price {
|
||||
id: ID!
|
||||
currency_code: String
|
||||
amount: Float
|
||||
|
||||
Reference in New Issue
Block a user