PatientConnection
No description
type PatientConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [PatientEdge]
}
Fields
PatientConnection.count ● Int scalar
PatientConnection.offset ● Int scalar
PatientConnection.pagesize ● Int scalar
PatientConnection.first ● ID scalar
PatientConnection.previous ● ID scalar
PatientConnection.next ● ID scalar
PatientConnection.last ● ID scalar
PatientConnection.edges ● [PatientEdge] list object
Returned By
PatientConection query
Member Of
PatientConnectionType object