We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a722d0f commit e075cc6Copy full SHA for e075cc6
packages/network-subgraphs/schema.graphql
@@ -236,9 +236,9 @@ type Network @entity {
236
sponsorshipsCount: Int!
237
"The number of all Sponsorships ever created through the SponsorshipFactory that are currently funded"
238
fundedSponsorshipsCount: Int!
239
- "The number of all Operators ever created through the OperatorpFactory"
+ "The number of all Operators ever created through the OperatorFactory"
240
operatorsCount: Int!
241
- "The number of all Operators ever created through the OperatorpFactory that are eligible to vote"
+ "The number of all Operators ever created through the OperatorFactory that are eligible to vote"
242
eligibleVotersCount: Int!
243
244
## StreamrConfig values
0 commit comments