Skip to main content

Node

An object with a globally unique ID.

interface Node {
nodeId: ID!
}

Fields

Node.nodeId ● ID! non-null scalar

A globally unique identifier. Can be used in various places throughout the system to identify this single value.

Returned By

node query

Implemented By

Editor object ● EditVersion object ● Entity object ● GlobalScore object ● LocalScore object ● Member object ● Meta object ● Proposal object ● ProposalAction object ● ProposalTallyQueue object ● ProposalVote object ● Relation object ● RelationVersion object ● Space object ● SpaceScore object ● Subspace object ● Value object ● ValueVersion object ● Vote object ● VotesCount object