Skip to content

Commit daa1408

Browse files
committed
feat: export typesQuery used to fetchh type metadata
1 parent f14d886 commit daa1408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { ApolloClient } from 'apollo-client'
44
import getSchemaTypes from './getSchemaTypes'
55
import type { Types } from './getSchemaTypes'
66
import doesQueryContain from './doesQueryContain'
7+
export { default as typesQuery } from './typesQuery'
78

89
function normalizePredicate(
910
predicate: any,

0 commit comments

Comments
 (0)