Skip to content

Commit

Permalink
Merge branch 'develop' into feat/cleanup_client_init
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Jun 12, 2024
2 parents ec64c45 + 99e3e75 commit 59d86c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/indexer/queries/fractions.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ query FractionsByHypercert(
) {
hypercerts(
count: COUNT
where: { owner_address: { eq: $hypercertId } }
where: { hypercert_id: { eq: $hypercertId } }
first: $first
offset: $offset
sort: { by: { hypercert_id: $orderDirection } }
Expand Down

0 comments on commit 59d86c9

Please sign in to comment.