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 2d751ca commit e2e6925Copy full SHA for e2e6925
server/index-node/src/schema.graphql
@@ -70,8 +70,12 @@ type SubgraphIndexingStatus {
70
nonFatalErrors: [SubgraphError!]!
71
chains: [ChainIndexingStatus!]!
72
entityCount: BigInt!
73
+
74
+ "null if deployment is not assigned to an indexing node"
75
node: String
- paused: Boolean!
76
77
+ paused: Boolean
78
79
historyBlocks: Int!
80
}
81
0 commit comments