Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface RequestMeta

    Per-request controls that do not change the operation payload.

    interface RequestMeta {
        idempotencyKey?: string;
    }
    Index
    idempotencyKey?: string

    Idempotency key used to safely retry mutation requests.