Skip to main content

nextAvailableAppointment

Next available appointment

GraphQL Schema

extend type query {
"""Next available appointment"""
nextAvailableAppointment(userId: ID!): AvailableAppointment
}

Arguments

NameTypeDescription
userIdID!Unique ID of the user

Response Shape

This query returns AvailableAppointment

NameTypeDescription
idID!Unique ID of the object
startTimeDatetime!
endTimeDatetime!