Type alias UpsertCustomerInput

UpsertCustomerInput: {
    identifier: UpsertCustomerIdentifierInput;
    onCreate: UpsertCustomerOnCreateInput;
    onUpdate: UpsertCustomerOnUpdateInput;
}

Generated using TypeDoc