Skip to content

Commit

Permalink
Merge pull request #149 from ar-io/PE-6249-gql-blocks-query
Browse files Browse the repository at this point in the history
fix(gql): block query requires an id
  • Loading branch information
djwhitt authored Jun 14, 2024
2 parents 6b0fd5f + c554aa5 commit 6304e1a
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 6304e1a

Please sign in to comment.