Schema Documentation
Edge
Description
Relational context between connected nodes
Fields
Field Name | Description |
---|---|
cursor - String | Opaque reference to the nodes position in the connection. Value can be used with pagination args. |
node - Node! | The connected node |
Possible Types
Edge Types |
---|
|
Example
{"cursor":"xyz789","node":Node}