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