Skip to content

Commit

Permalink
Add missing top-level export for getSchemaIntrospection()
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeris committed Oct 14, 2020
1 parent b7cb525 commit aab667f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { server } from "./server"
export { typeDefs, schema } from "./schema"
export { typeDefs, schema, getSchemaIntrospection } from "./schema"
export { dataSources } from "./sources"
export { playground } from "./playground"

0 comments on commit aab667f

Please sign in to comment.