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