variables/options
should be required if TVariables
is not empty/default
#845
Annotations
2 errors
Api-Extractor:
src/react/components/Query.tsx#L21
Argument of type '{ skip?: boolean | undefined; onCompleted?: ((data: TData) => void) | undefined; onError?: ((error: ApolloError) => void) | undefined; defaultOptions?: Partial<WatchQueryOptions<TVariables, TData>> | undefined; ... 14 more ...; skipPollAttempt?: (() => boolean) | undefined; }' is not assignable to parameter of type 'QueryHookOptions<unknown, OperationVariables>'.
|
Api-Extractor
Process completed with exit code 2.
|