14 June 2022
GraphQL
Changes:
- [GraphQL API] Changed the
AuthenticationModetype:AuthenticationModetype description is changed
- [GraphQL API] Changed the
StandalonePriceCustomFieldtype:StandalonePriceCustomFieldtype description is changed
- [GraphQL API] Changed the
ProductPricetype:- Added the
keyfield to theProductPricetype.
- Added the
- [GraphQL API] Changed the
RoundingModetype:RoundingMode.HalfDowndescription changed
- [GraphQL API] Changed the
ProductPriceSearchtype:- Added the
keyfield to theProductPriceSearchtype.
- Added the
- [GraphQL API] Changed the
Paymenttype:Paymenttype description is changed
- [GraphQL API] Changed the
SelectionOfProducttype:- Added the
createdAtfield to theSelectionOfProducttype.
- Added the
- [GraphQL API] Changed the
MyPaymenttype:MyPaymenttype description is changed
- [GraphQL API] Changed the
Querytype:Query.standalonePricesdescription is changedQuery.standalonePricedescription is changed
- [GraphQL API] Changed the
ProductPriceDataInputtype:- Input field
keywas added toProductPriceDataInputtype
- Input field
- [GraphQL API] Changed the
Carttype:- Argument
idwas added toCart.lineItemsfield
- Argument
- [GraphQL API] Changed the
PriceModetype:PriceModetype description is changed
- [GraphQL API] Changed the
StandalonePriceQueryResulttype:StandalonePriceQueryResult.existsdescription is changed
- [GraphQL API] Changed the
TriggerInputtype:- Input field
conditionwas added toTriggerInputtype
- Input field
- [GraphQL API] Changed the
Mutationtype:Mutation.replicateMyCartdescription is changed
- [GraphQL API] Changed the
Ordertype:Ordertype description is changed- Argument
idwas added toOrder.lineItemsfield
- [GraphQL API] Changed the
Triggertype:- Added the
conditionfield to theTriggertype.
- Added the
- [GraphQL API] Changed the
StandalonePricetype:StandalonePricetype 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
}