Meta
Internal metadata about the index — schema versions, last-block-processed, etc. Most users don't need to query this.
type Meta implements Node {
nodeId: ID!
id: String!
cursor: String!
blockNumber: String!
}
Fields
Meta.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
Meta.id ● String! non-null scalar
Meta.cursor ● String! non-null scalar
Meta.blockNumber ● String! non-null scalar
Interfaces
Node interface
An object with a globally unique ID.
Returned By
meta query ● metaByNodeId query ● metas query
Member Of
MetasConnection object ● MetasEdge object