GitHub

MutationCartNoteUpdateArgs

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

import { MutationCartNoteUpdateArgs } from '@daffodil/driver/shopify'
type MutationCartNoteUpdateArgs = {
    cartId: Scalars['ID']['input'];
    note: Scalars['String']['input'];
}
Type Options
MutationCartNoteUpdateArgs { cartId: Scalars['ID']['input']; note: Scalars['String']['input']; }