All Release Notes
Align data type for 'date' field in PriceSelectorInput
24 September 2021
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.datetype fromInstant!toDateTime!