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.
| Field | Argument | Type | Description |
|---|---|---|---|
| id | ID! | Globally unique identifier. | |
| archivedAt | Datetime | The date and time when the node was archived. | |
| updatedAt | Datetime! | The date and time when the node was last updated. | |
| createdAt | Datetime! | The date and time when the node was added to the store. | |