Skip to content

Commit

Permalink
fix: wrong type Bool, fixed to correct Boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
itzmeanjan committed Jan 5, 2021
1 parent a1fa95d commit 449e445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ type Validator @entity {
status: Int!
jailEndEpoch: BigInt!
auctionAmount: BigInt!
isInAuction: Bool!
isInAuction: Boolean!
}

type Delegator @entity {
Expand Down

0 comments on commit 449e445

Please sign in to comment.