Schema Documentation
RootQueryToCustomerConnection
Description
Connection between the RootQuery type and the Customer type
Fields
Field Name | Description |
---|---|
edges - [RootQueryToCustomerConnectionEdge!]! | Edges for the RootQueryToCustomerConnection connection |
nodes - [Customer!]! | The nodes of the connection, without the edges |
pageInfo - RootQueryToCustomerConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[RootQueryToCustomerConnectionEdge],"nodes":[Customer],"pageInfo":RootQueryToCustomerConnectionPageInfo}