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

  • Optional apiHeaders?: InputMaybe<CustomerCardConfigApiHeaderInput[]>

    If provided, will replace the existing API headers. Requires the customerCardConfigApiDetails:edit permission.

  • Optional apiUrl?: InputMaybe<StringInput>

    If provided, will update the API URL. Requires the customerCardConfigApiDetails:edit permission.

  • customerCardConfigId: Scalars["ID"]

    The customer card config to update.

  • Optional defaultTimeToLiveSeconds?: InputMaybe<IntInput>

    If provided, will update the default time to live seconds.

  • Optional isEnabled?: InputMaybe<BooleanInput>

    If provided, will update the enabled flag.

  • Optional key?: InputMaybe<StringInput>

    If provided, will update the key. Keys must be unique in a workspace.

  • Optional order?: InputMaybe<IntInput>

    If provided, will update the order.

  • Optional title?: InputMaybe<StringInput>

    If provided, will update the title.

Generated using TypeDoc