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