We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f14d886 commit daa1408Copy full SHA for daa1408
src/index.js
@@ -4,6 +4,7 @@ import { ApolloClient } from 'apollo-client'
4
import getSchemaTypes from './getSchemaTypes'
5
import type { Types } from './getSchemaTypes'
6
import doesQueryContain from './doesQueryContain'
7
+export { default as typesQuery } from './typesQuery'
8
9
function normalizePredicate(
10
predicate: any,
0 commit comments