Type alias UpdateCustomerCardConfigInput

UpdateCustomerCardConfigInput: {
    apiHeaders?: InputMaybe<CustomerCardConfigApiHeaderInput[]>;
    apiUrl?: InputMaybe<StringInput>;
    customerCardConfigId: Scalars["ID"];
    defaultTimeToLiveSeconds?: InputMaybe<IntInput>;
    isEnabled?: InputMaybe<BooleanInput>;
    key?: InputMaybe<StringInput>;
    order?: InputMaybe<IntInput>;
    title?: InputMaybe<StringInput>;
}

For constraints and details on the fields see the CustomerCardConfig type.

Type declaration

Generated using TypeDoc