Schema Documentation

SubscriptionToLineItemConnection

Description

Connection between the Subscription type and the LineItem type

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