Skip to content

Commit

Permalink
Merge pull request #1371 from m1212e/1370-drizzleTableKey-symbol-refe…
Browse files Browse the repository at this point in the history
…rence-not-exported-by-@pothos/plugin-drizzle

Export Object ref type in drizzle plugin
  • Loading branch information
hayes authored Jan 5, 2025
2 parents 9dfc0c1 + 4315edc commit a9c3688
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/strong-doors-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@pothos/plugin-drizzle": minor
---

Export Object ref type in drizzle plugin
2 changes: 2 additions & 0 deletions packages/plugin-drizzle/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -634,3 +634,5 @@ export interface DrizzleGraphQLInputExtensions {
tableConfig: TableRelationalConfig;
inputType: 'insert' | 'filters' | 'orderBy' | 'update';
}

export { DrizzleObjectRef } from './object-ref';

0 comments on commit a9c3688

Please sign in to comment.