GqlShardState
No description
type GqlShardState {
shard: NetworkName!
live: Boolean!
ready: Boolean!
lastBlockTime: NaiveDateTime
}
No description
type GqlShardState {
shard: NetworkName!
live: Boolean!
ready: Boolean!
lastBlockTime: NaiveDateTime
}
GqlShardState.shard
● NetworkName!
non-null enumGqlShardState.live
● Boolean!
non-null scalarGqlShardState.ready
● Boolean!
non-null scalarGqlShardState.lastBlockTime
● NaiveDateTime
scalar