Type Alias RemoteGraphParams
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;}