OBJECT
CarrierDateConnection
The connection type for CarrierDate.
link GraphQL Schema definition
- type CarrierDateConnection {
- : [String!]!
- # A list of edges.
- : [CarrierDateEdge]
- # A list of nodes.
- : [CarrierDate]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }