variables/options
should be required if TVariables
is not empty/default
#1179
compare-build-output.yml
on: pull_request
Compare Build Output
1m 1s
Annotations
2 errors
Compare Build Output:
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>'.
|
Compare Build Output
Process completed with exit code 2.
|