Skip to content

Commit

Permalink
(bugfix): fix graphql typing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jipperism committed Jun 12, 2024
1 parent 31ba3c9 commit 9a7ceb5
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 @@ -43,7 +43,7 @@ query FractionsByHypercert(
}
}

query FractionById($fractionId: ID!) {
query FractionById($fractionId: String!) {
fractions(where: { hypercert_id: { eq: $fractionId } }) {
data {
creation_block_timestamp
Expand Down

0 comments on commit 9a7ceb5

Please sign in to comment.