Skip to content

Commit

Permalink
Merge pull request #15 from maticnetwork/type-fix
Browse files Browse the repository at this point in the history
Type Fix
  • Loading branch information
jdkanani authored Jan 5, 2021
2 parents 8722648 + 449e445 commit be6c908
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 be6c908

Please sign in to comment.