6 October 2023
Composable Commerce
HTTP API
Enhancement
Messages/SubscriptionsCustomersGraphQL

Changes:

The following changes were introduced in terms of GraphQL SDL:

type CustomerEmailTokenCreated implements MessagePayload {
  customerId: String!
  expiresAt: DateTime!
  type: String!
}

type CustomerPasswordTokenCreated implements MessagePayload {
  customerId: String!
  expiresAt: DateTime!
  type: String!
}