14 June 2022
GraphQL
Changes:
- [GraphQL API] Changed the
AuthenticationMode
type:AuthenticationMode
type description is changed
- [GraphQL API] Changed the
StandalonePriceCustomField
type:StandalonePriceCustomField
type description is changed
- [GraphQL API] Changed the
ProductPrice
type:- Added the
key
field to theProductPrice
type.
- Added the
- [GraphQL API] Changed the
RoundingMode
type:RoundingMode.HalfDown
description changed
- [GraphQL API] Changed the
ProductPriceSearch
type:- Added the
key
field to theProductPriceSearch
type.
- Added the
- [GraphQL API] Changed the
Payment
type:Payment
type description is changed
- [GraphQL API] Changed the
SelectionOfProduct
type:- Added the
createdAt
field to theSelectionOfProduct
type.
- Added the
- [GraphQL API] Changed the
MyPayment
type:MyPayment
type description is changed
- [GraphQL API] Changed the
Query
type:Query.standalonePrices
description is changedQuery.standalonePrice
description is changed
- [GraphQL API] Changed the
ProductPriceDataInput
type:- Input field
key
was added toProductPriceDataInput
type
- Input field
- [GraphQL API] Changed the
Cart
type:- Argument
id
was added toCart.lineItems
field
- Argument
- [GraphQL API] Changed the
PriceMode
type:PriceMode
type description is changed
- [GraphQL API] Changed the
StandalonePriceQueryResult
type:StandalonePriceQueryResult.exists
description is changed
- [GraphQL API] Changed the
TriggerInput
type:- Input field
condition
was added toTriggerInput
type
- Input field
- [GraphQL API] Changed the
Mutation
type:Mutation.replicateMyCart
description is changed
- [GraphQL API] Changed the
Order
type:Order
type description is changed- Argument
id
was added toOrder.lineItems
field
- [GraphQL API] Changed the
Trigger
type:- Added the
condition
field to theTrigger
type.
- Added the
- [GraphQL API] Changed the
StandalonePrice
type:StandalonePrice
type description is changed
The following changes were introduced in terms of GraphQL SDL:
extend type SelectionOfProduct {
createdAt: DateTime!
}
extend type ProductPrice {
key: String
}
extend type ProductPriceSearch {
key: String
}
extend type Trigger {
condition: String
}
extend input ProductPriceDataInput {
key: String
}
extend input TriggerInput {
condition: String
}