Schema Documentation
CustomerConnection
Description
Connection to Customer Nodes
Fields
| Field Name | Description |
|---|---|
edges - [CustomerConnectionEdge!]! | A list of edges (relational context) between RootQuery and connected Customer Nodes |
nodes - [Customer!]! | A list of connected Customer Nodes |
pageInfo - CustomerConnectionPageInfo! | Information about pagination in a connection. |
Possible Types
| CustomerConnection Types |
|---|
Example
{"edges":[CustomerConnectionEdge],"nodes":[Customer],"pageInfo":CustomerConnectionPageInfo}