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 586298f commit 7fb6039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.graphql
Expand Up @@ -26,7 +26,7 @@ type Block {

type BlockQuery {
block(hash: ID = null): Block
blocks(desc: Boolean = false, offset: Int = 0, limit: Int = null): [Block]
blocks(desc: Boolean = false, offset: Int = 0, limit: Int = null): [Block!]!
}

scalar ByteString
Expand Down

0 comments on commit 7fb6039

Please sign in to comment.