AppointmentConnection
No description
type AppointmentConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [AppointmentEdge]
}
Fields
AppointmentConnection.count ● Int scalar
AppointmentConnection.offset ● Int scalar
AppointmentConnection.pagesize ● Int scalar
AppointmentConnection.first ● ID scalar
AppointmentConnection.previous ● ID scalar
AppointmentConnection.next ● ID scalar
AppointmentConnection.last ● ID scalar
AppointmentConnection.edges ● [AppointmentEdge] list object
Returned By
AppointmentConection query
Member Of
AppointmentConnectionType object