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