Skip to content

Commit

Permalink
feat: export BaseRelationOptions type (#1048)
Browse files Browse the repository at this point in the history
  • Loading branch information
hajnalben committed Apr 15, 2021
1 parent 7e3a092 commit af7fef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/typegen/static.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export type LocalMutationResolverParams<MethodName extends string> = BaseMutatio

export type Context = core.GetGen<'context'>

type BaseRelationOptions<
export type BaseRelationOptions<
TypeName extends string,
MethodName extends string,
Alias extends string | undefined,
Expand Down

0 comments on commit af7fef1

Please sign in to comment.