Skip to content

Commit

Permalink
Update GraphQL Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Sep 25, 2019
1 parent 1191fc0 commit bbbb803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.graphql
Expand Up @@ -31,7 +31,7 @@ type BlockQuery {
offset: Int = 0
limit: Int = null
excludeEmptyTxs: Boolean = false
): [Block]
): [Block!]!
transaction(id: ID = null): Transaction
}

Expand Down

0 comments on commit bbbb803

Please sign in to comment.