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

Type declaration

  • Optional apiKey?: string
  • Optional client?: Client
  • graphId: string
  • Optional headers?: Record<string, string>
  • Optional url?: string