feat(modules-sdk): Parse filters based on loaded modules graph (#9158)

This commit is contained in:
Adrien de Peretti
2024-09-17 19:20:04 +02:00
committed by GitHub
parent 812b80b6a3
commit c6795dfc47
12 changed files with 1206 additions and 93 deletions
+2 -2
View File
@@ -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