Skip to content

Commit

Permalink
fix(gql) block query requires an id
Browse files Browse the repository at this point in the history
  • Loading branch information
karlprieb committed Jun 14, 2024
1 parent 6b0fd5f commit c554aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/graphql/schema/types.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type Query {
parent: [ID!] @deprecated(reason: "Use `bundledIn`")
): TransactionConnection!

block(id: String): Block
block(id: String!): Block

blocks(
"""
Expand Down

0 comments on commit c554aa5

Please sign in to comment.