Skip to content

[BUG]: Package mismatch drizzle-graphql #5700

@ImRLopezAG

Description

@ImRLopezAG

Report hasn't been filed before.

  • I have verified that the bug I'm about to report hasn't been filed before.

What version of drizzle-orm are you using?

1.0.0-beta.23

What version of drizzle-kit are you using?

1.0.0-beta.23

Other packages

drizzle-graphql

Describe the Bug

The packages doesn't have the same api and have a mismatch between the apis I know is the beta but the drizzle-graphql doesn't have beta yet

./node_modules/.pnpm/drizzle-graphql@0.8.5_drizzle-orm@1.0.0-beta.23_@neondatabase+serverless@1.0.2_@opentel_665a7b1e43bfe5665b2c38368af0b260/node_modules/drizzle-graphql/index.js:1475:1
Export createTableRelationsHelpers doesn't exist in target module
1473 | ...
1474 | ...

1475 | ...createTableRelationsHelpers3, is as is5, Relati...
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1476 | .../sqlite-core";
1477 | ...
1478 | ...

The export createTableRelationsHelpers was not found in module [project]/node_modules/.pnpm/drizzle-orm@1.0.0-beta.23_@neondatabase+serverless@1.0.2_@opentelemetry+api@1.9.0_@type_7fcc5c340a6ecd46f5768d9f271b9b9d/node_modules/drizzle-orm/index.js [app-route] (ecmascript).
Did you mean to import createRelationsHelper?
All exports of the module are statically known (It doesn't have dynamic exports). So it's known statically that the requested export doesn't exist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions