OBJECT
Autogenerated return type of CartCheckoutMutation.
type CartCheckoutMutationPayload {# A unique identifier for the client performing the mutation.clientMutationId: String errors: [ValidationError!] order: Order redirectUrl: String status: Int! }