Skip to main content

AppointmentResponseConnection

No description

type AppointmentResponseConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [AppointmentResponseEdge]
}

Fields

AppointmentResponseConnection.count ● Int scalar

AppointmentResponseConnection.offset ● Int scalar

AppointmentResponseConnection.pagesize ● Int scalar

AppointmentResponseConnection.first ● ID scalar

AppointmentResponseConnection.previous ● ID scalar

AppointmentResponseConnection.next ● ID scalar

AppointmentResponseConnection.last ● ID scalar

AppointmentResponseConnection.edges ● [AppointmentResponseEdge] list object

Returned By

AppointmentResponseConection query

Member Of

AppointmentResponseConnectionType object