GitHub

MutationCustomerAddressDeleteArgs

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

import { MutationCustomerAddressDeleteArgs } from '@daffodil/driver/shopify'
type MutationCustomerAddressDeleteArgs = {
    customerAccessToken: Scalars['String']['input'];
    id: Scalars['ID']['input'];
}
Type Options
MutationCustomerAddressDeleteArgs { customerAccessToken: Scalars['String']['input']; id: Scalars['ID']['input']; }