OBJECT

CheckoutCreatePayload

link GraphQL Schema definition

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