12 September 2025
OrdersGraphQL
We've added the
store and storeRef fields to the RecurringOrder GraphQL type. With this change, the HTTP API and GraphQL API are now aligned.Changes:
- [GraphQL API] Changed the
RecurringOrdertype:- Added the
storefield to theRecurringOrdertype. - Added the
storeReffield to theRecurringOrdertype.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type RecurringOrder {
store: Store
storeRef: KeyReference
}