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