Schema Documentation
Connection
Description
A plural connection from one Node Type in the Graph to another Node Type, with support for relational data via "edges".
Fields
Field Name | Description |
---|---|
edges - [Edge!]! | A list of edges (relational context) between connected nodes |
nodes - [Node!]! | A list of connected nodes |
pageInfo - PageInfo! | Information about pagination in a connection. |
Possible Types
Connection Types |
---|
Example
{"edges":[Edge],"nodes":[Node],"pageInfo":PageInfo}