Schema Documentation

SubscriptionToLineItemsConnection

Description

Connection between the Subscription type and the LineItem type

Fields
Field NameDescription
edges - [SubscriptionToLineItemsConnectionEdge!]! Edges for the SubscriptionToLineItemsConnection connection
nodes - [LineItem!]! The nodes of the connection, without the edges
pageInfo - SubscriptionToLineItemsConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[SubscriptionToLineItemsConnectionEdge],"nodes":[LineItem],"pageInfo":SubscriptionToLineItemsConnectionPageInfo}