We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca954f0 commit b325422Copy full SHA for b325422
.changeset/fair-weeks-double.md
@@ -0,0 +1,6 @@
1
+---
2
+"@graphprotocol/hypergraph": patch
3
4
+
5
+export Id (re-exported from grc-20)
6
packages/hypergraph/src/index.ts
@@ -1,3 +1,4 @@
+export { Id } from '@graphprotocol/grc-20';
export * as Connect from './connect/index.js';
export * as Entity from './entity/index.js';
export * as Identity from './identity/index.js';
0 commit comments