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