Skip to content

Commit

Permalink
(bugfix): fix fractions by hypercert claim param
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipperism committed Jun 12, 2024
1 parent 762507f commit 31ba3c9
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 31ba3c9

Please sign in to comment.