GqlBlockInfo
No description
type GqlBlockInfo {
hash: String!
time: NaiveDateTime!
height: BigInt!
}
No description
type GqlBlockInfo {
hash: String!
time: NaiveDateTime!
height: BigInt!
}
GqlBlockInfo.hash
● String!
non-null scalarGqlBlockInfo.time
● NaiveDateTime!
non-null scalarGqlBlockInfo.height
● BigInt!
non-null scalar