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
RecurringOrder
type:- Added the
store
field to theRecurringOrder
type. - Added the
storeRef
field to theRecurringOrder
type.
- Added the
The following changes were introduced in terms of GraphQL SDL:
extend type RecurringOrder {
store: Store
storeRef: KeyReference
}