explainPrice
No description
explainPrice(
productId: Float!
quantity: Float
userId: Float
taxZone: String! = NL
): [ProductPrice!]!
No description
explainPrice(
productId: Float!
quantity: Float
userId: Float
taxZone: String! = NL
): [ProductPrice!]!
explainPrice.productId
● Float!
non-null scalarexplainPrice.quantity
● Float
scalarexplainPrice.userId
● Float
scalarexplainPrice.taxZone
● String!
non-null scalarProductPrice
object