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