Graphora API
    Preparing search index...

    Interface GraphBatchOptions

    Options for correlating a batch with application work.

    interface GraphBatchOptions {
        id?: string;
    }
    Index
    id?: string

    A nonempty correlation label. Labels are not required to be globally unique. The store derives one from the committed version when omitted.