Schema Documentation
OneToOneConnection
Description
A singular connection from one Node to another, with support for relational data on the "edge" of the connection.
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
OneToOneConnection Types |
---|
|
Example
{"cursor":"xyz789","node":Node}