Schema Documentation

SubscriptionToShippingLineConnection

Description

Connection between the Subscription type and the ShippingLine type

Fields
Field NameDescription
edges - [SubscriptionToShippingLineConnectionEdge!]! Edges for the SubscriptionToShippingLineConnection connection
nodes - [ShippingLine!]! The nodes of the connection, without the edges
pageInfo - SubscriptionToShippingLineConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[SubscriptionToShippingLineConnectionEdge],"nodes":[ShippingLine],"pageInfo":SubscriptionToShippingLineConnectionPageInfo}