LangGraph.js API Reference
    Preparing search index...

    Type Alias RemoteGraphParams

    RemoteGraphParams: Omit<
        PregelParams<
            StrRecord<string, PregelNode>,
            StrRecord<string, BaseChannel>,
        >,
        "channels" | "nodes" | "inputChannels" | "outputChannels",
    > & {
        apiKey?: string;
        client?: Client;
        graphId: string;
        headers?: Record<string, string>;
        url?: string;
    }