GitHub

MutationCheckoutLineItemsReplaceArgs

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

import { MutationCheckoutLineItemsReplaceArgs } from '@daffodil/driver/shopify'
type MutationCheckoutLineItemsReplaceArgs = {
    checkoutId: Scalars['ID']['input'];
    lineItems: Array<CheckoutLineItemInput>;
}
Type Options
MutationCheckoutLineItemsReplaceArgs { checkoutId: Scalars['ID']['input']; lineItems: Array<CheckoutLineItemInput>; }