Skip to content

Commit

Permalink
Fix the experimental typescript plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Mar 26, 2024
1 parent 957a70f commit 4f579f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.ts
Expand Up @@ -32,6 +32,10 @@ import { sortSchemaAst } from "./transforms/sortSchemaAst";
import { validateSemanticNullability } from "./validations/validateSemanticNullability";
import { resolveTypes } from "./transforms/resolveTypes";

// Export the TypeScript plugin implementation used by
// grats-ts-plugin
export { initTsPlugin } from "./tsPlugin/initTsPlugin";

export type SchemaAndDoc = {
schema: GraphQLSchema;
doc: DocumentNode;
Expand Down

0 comments on commit 4f579f1

Please sign in to comment.