Schema Documentation

CustomerToOrderConnection

Description

Connection between the Customer type and the Order type

Fields
Field NameDescription
edges - [CustomerToOrderConnectionEdge!]! Edges for the CustomerToOrderConnection connection
nodes - [Order!]! The nodes of the connection, without the edges
pageInfo - CustomerToOrderConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[CustomerToOrderConnectionEdge],"nodes":[Order],"pageInfo":CustomerToOrderConnectionPageInfo}