Alokai

MutationUpdateCustomerAddressArgs

type MutationUpdateCustomerAddressArgs = {
  id: Scalars['Int']['input'];
  input?: InputMaybe<CustomerAddressInput>;
};

Referenced Types

On this page