CheckoutCreate
Result of checkout create mutation.
type CheckoutCreate {
checkout: Checkout
created: Boolean!
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutCreate.checkout ● Checkout object
The checkout.
CheckoutCreate.created ● Boolean! non-null scalar
Whether the checkout was created or an existing active one was returned.
CheckoutCreate.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutCreate mutation