Archive API docs
    Jump to

    Narrow by kind with a prefix — q: queries, m: mutations, t: types, g: guides, f: fields and arguments.

    Enum

    OperationStatus

    Current processing status of an operation.

    Values

    COMPLETED
    All items in the operation have been processed successfully.
    FAILED
    All items in the operation have failed.
    PARTIAL
    The operation finished but some items failed while others succeeded.
    PROCESSING
    The operation is currently being processed.
    QUEUED
    The operation has been created but processing has not yet started.