(
q: RequestStreamHandlerWithInput<I, A, E, R, Request, Name>
)
| 744 | * When `I = void` the input argument may be omitted. |
| 745 | * @deprecated use client helpers instead (.query()) |
| 746 | */ |
| 747 | <I, E, A, Request extends Req, Name extends string>( |
| 748 | self: RequestHandlerWithInput<I, A, E, R, Request, Name> |
| 749 | ): { |
| 750 | <TData = A>( |
| 751 | arg: WatchSource<Option.Option<I>>, |
| 752 | options: Omit<CustomUndefinedInitialQueryOptions<A, CauseException<E>, TData>, "enabled"> & { mode: "optional" } |
no test coverage detected
searching dependent graphs…