OBJECT

CheckoutEmailUpdatePayload

link GraphQL Schema definition

  • type CheckoutEmailUpdatePayload {
  • # The checkout object with the updated email.
  • checkout: Checkout!
  • # List of errors that occurred executing the mutation.
  • userErrors: [UserError!]!
  • }