OBJECT
1type CheckoutCompleteWithCreditCardPayload {23# The checkout on which the payment was applied.4checkout: Checkout! 56# A representation of the attempted payment.7payment: Payment 89# List of errors that occurred executing the mutation.10userErrors: [UserError!]! 1112}