Skip to content

Commit 23c7aa4

Browse files
committed
fix: stakingparams query filter
1 parent 616bc11 commit 23c7aa4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

root/schema.graphql

+3-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,9 @@ type Topup @entity {
208208
}
209209

210210
# Staking Params across all validators
211-
type StakingParams @entity {
211+
type StakingParams
212+
@queryFields(singular: "stakingParams", plural: "allStakingParams")
213+
@entity {
212214
id: ID!
213215
owner: Bytes
214216
validatorThreshold: BigInt!

0 commit comments

Comments
 (0)