Skip to content

Commit

Permalink
fix(graph): metadata queries
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Jun 12, 2024
1 parent 0ddf16e commit ec64c45
Show file tree
Hide file tree
Showing 8 changed files with 434 additions and 22 deletions.
7 changes: 7 additions & 0 deletions sdk/migrationV1_V2.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
FractionsByOwner,
RecentHypercerts,
FractionById,
MetadataByUri,
MetadataForHypercert
```

- When using VSCode we recommend using [gql.tada](https://github.com/0no-co/gql.tada) for syntax highlighting and other
Expand All @@ -27,3 +29,8 @@

- `getData`
- `getMetadata` -> in favor of using the Graph

# Nerd stuff

- GraphQL client autogenerated from the graph schema.
- API client autogenerated from the graph schema.
2 changes: 1 addition & 1 deletion sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hypercerts-org/sdk",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "SDK for hypercerts protocol",
"repository": "[email protected]:hypercerts-org/hypercerts.git",
"author": "Hypercerts team",
Expand Down
14 changes: 11 additions & 3 deletions sdk/src/__generated__/gql/gql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ec64c45

Please sign in to comment.