version : 0.0.0
stability : stable
Node
An object with an ID.
Fields
Name | Type | Description |
id | ID! | The node's identifier. |
Edge
An edge in a connection.
Fields
Name | Type | Description |
cursor | ID! | A cursor for use in pagination. |
node | Node | The item at the end of the edge. |