Skip to content

Commit

Permalink
Export multistep
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Oct 1, 2024
1 parent 8dabc00 commit 82e2dbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions grafast/grafast/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ import {
UnbatchedExecutionExtra,
} from "./interfaces.js";
import { getGrafastMiddleware } from "./middleware.js";
import type { Multistep, UnwrapMultistep } from "./multistep.js";
import { multistep } from "./multistep.js";
import { polymorphicWrap } from "./polymorphic.js";
import {
assertExecutableStep,
Expand Down Expand Up @@ -405,6 +407,8 @@ export {
makeGrafastSchema,
Maybe,
ModifierStep,
Multistep,
multistep,
newGrafastFieldConfigBuilder,
newInputObjectTypeBuilder,
newObjectTypeBuilder,
Expand Down Expand Up @@ -471,6 +475,7 @@ export {
TypedEventEmitter,
UnbatchedExecutableStep,
UnbatchedExecutionExtra,
UnwrapMultistep,
};

exportAsMany("grafast", {
Expand Down Expand Up @@ -597,6 +602,7 @@ exportAsMany("grafast", {
flagError,
SafeError,
isUnaryStep,
multistep,
});

export { hookArgs } from "./args.js";
Expand Down

0 comments on commit 82e2dbb

Please sign in to comment.