All Release Notes
Align data type for 'date' field in PriceSelectorInput
24 September 2021
Composable Commerce
HTTP API
Enhancement
GraphQLSearch
To align usage of data types on the GraphQL API we changed the type of the date
field on PriceSelectorInput
to DateTime
.
Changes:
- [GraphQL API] Changed the
PriceSelectorInput.date
type fromInstant!
toDateTime!