File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -565,9 +565,9 @@ export const useLazyQuery: useLazyQuery.Signature = function useLazyQuery<
565565 refetchWritePolicy : stableOptions ?. refetchWritePolicy ,
566566 returnPartialData : stableOptions ?. returnPartialData ,
567567 notifyOnNetworkStatusChange : stableOptions ?. notifyOnNetworkStatusChange ,
568+ pollInterval : stableOptions ?. pollInterval ,
568569 nextFetchPolicy : options ?. nextFetchPolicy ,
569570 skipPollAttempt : options ?. skipPollAttempt ,
570- pollInterval : options ?. pollInterval ,
571571 } ;
572572
573573 // Wait to apply the changed fetch policy until after the execute
@@ -590,7 +590,6 @@ export const useLazyQuery: useLazyQuery.Signature = function useLazyQuery<
590590 // so `stableOptions` isn't updated when using inline functions.
591591 options ?. nextFetchPolicy ,
592592 options ?. skipPollAttempt ,
593- options ?. pollInterval ,
594593 ] ) ;
595594
596595 const execute : useLazyQuery . ExecFunction < TData , TVariables > =
You can’t perform that action at this time.
0 commit comments