Skip to main content

Interfaces

Node

A node is an object that has a global ID, such as an Order object or Product object. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve.

FieldArgumentTypeDescription
idID!

Globally unique identifier.

archivedAtDatetime

The date and time when the node was archived.

updatedAtDatetime!

The date and time when the node was last updated.

createdAtDatetime!

The date and time when the node was added to the store.