Skip to main content

Node

An interface implemented by types that can be uniquely identified by a globally unique ID, following the GraphQL Global Object Identification specification.

interface Node {
id: ID!
}

Fields

Node.id ● ID! non-null scalar

The node's globally unique identifier, which can be passed to Query.node to refetch it.

Returned By

node query

Implemented By

Address object ● Checkpoint object ● DynamicField object ● Epoch object ● MoveObject object ● MovePackage object ● Object object ● Transaction object