Skip to content

Commit

Permalink
Add missing EXPORTABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Sep 28, 2023
1 parent a935228 commit 7fb6593
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { constant, grafast } from "grafast";
import { GraphQLScalarType } from "grafast/graphql";
import { buildSchema, QueryPlugin } from "graphile-build";

import { gql, makeExtendSchemaPlugin } from "../src/index.js";
import { EXPORTABLE, gql, makeExtendSchemaPlugin } from "../src/index.js";

const ExtendPlugin = makeExtendSchemaPlugin({
typeDefs: gql`
Expand Down

0 comments on commit 7fb6593

Please sign in to comment.