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