graphqlade

    Interface NextMessage

    interface NextMessage {
        id: string;
        payload: ExecutionResult<unknown, unknown>;
        type: "next";
    }
    Index

    Properties

    Properties

    id: string
    payload: ExecutionResult<unknown, unknown>
    type: "next"
    MMNEPVFCICPMFPCPTTAAATR