GitHub

MutationCheckoutCompleteWithCreditCardV2Args

The schema’s entry-point for mutations. This acts as the public, top-level API from which all mutation queries must start.

import { MutationCheckoutCompleteWithCreditCardV2Args } from '@daffodil/driver/shopify'
type MutationCheckoutCompleteWithCreditCardV2Args = {
    checkoutId: Scalars['ID']['input'];
    payment: CreditCardPaymentInputV2;
}
Type Options
MutationCheckoutCompleteWithCreditCardV2Args { checkoutId: Scalars['ID']['input']; payment: CreditCardPaymentInputV2; }