Skip to content

Commit

Permalink
feat: export typesQuery used to fetchh type metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Dec 20, 2018
1 parent f14d886 commit daa1408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { ApolloClient } from 'apollo-client'
import getSchemaTypes from './getSchemaTypes'
import type { Types } from './getSchemaTypes'
import doesQueryContain from './doesQueryContain'
export { default as typesQuery } from './typesQuery'

function normalizePredicate(
predicate: any,
Expand Down

0 comments on commit daa1408

Please sign in to comment.