GitHub

MutationCartMetafieldsSetArgs

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

import { MutationCartMetafieldsSetArgs } from '@daffodil/driver/shopify'
type MutationCartMetafieldsSetArgs = {
    metafields: Array<CartMetafieldsSetInput>;
}
Type Options
MutationCartMetafieldsSetArgs { metafields: Array<CartMetafieldsSetInput>; }