Skip to content

Commit

Permalink
Update GraphQL Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
moreal committed Aug 16, 2019
1 parent 339528f commit a6de107
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
empty: Boolean = true
): [Block]
): [Block!]!
transaction(id: ID = null): Transaction
}

Expand Down

0 comments on commit a6de107

Please sign in to comment.