appointments
No description
appointments(
spaceId: UUID!
statusType: StatusType! = UPCOMING
offset: Int! = 0
limit: Int! = 10
): AppointmentPaged!
No description
appointments(
spaceId: UUID!
statusType: StatusType! = UPCOMING
offset: Int! = 0
limit: Int! = 10
): AppointmentPaged!
appointments.spaceId
● UUID!
non-null scalarappointments.statusType
● StatusType!
non-null enumappointments.offset
● Int!
non-null scalarappointments.limit
● Int!
non-null scalarAppointmentPaged
object