Node
Version 2024-04-01
Overview
An "Edge Type" must contain a field called node. This field must return either a Scalar, Enum, Object, Interface, Union, or a Non-Null wrapper around one of those types. Notably, this field cannot return a list.
See https://relay.dev/graphql/connections.htm#sec-Node
Fields
Field | Description |
---|---|
id (ID required) | Unique identifier to represent this node. |
Updated about 2 months ago