Skip to main content

metaByNodeId

Reads a single Meta using its globally unique ID.

metaByNodeId(
nodeId: ID!
): Meta

Arguments

metaByNodeId.nodeId ● ID! non-null scalar

The globally unique ID to be used in selecting a single Meta.

Type

Meta object

Internal metadata about the index — schema versions, last-block-processed, etc. Most users don't need to query this.