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 NameDescription
cursor - String Opaque reference to the nodes position in the connection. Value can be used with pagination args.
node - Node! The connected node
Example
{"cursor":"xyz789","node":Node}