Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Add in missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
hwillson committed Sep 6, 2019
1 parent 2d8fe23 commit e3267a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/hooks/src/utils/useBaseQuery.ts
@@ -1,5 +1,9 @@
import { useContext, useEffect, useReducer, useRef } from 'react';
import { getApolloContext, OperationVariables } from '@apollo/react-common';
import {
getApolloContext,
OperationVariables,
QueryResult
} from '@apollo/react-common';
import { DocumentNode } from 'graphql';

import { QueryHookOptions, QueryOptions, QueryTuple } from '../types';
Expand Down

0 comments on commit e3267a0

Please sign in to comment.