Skip to main content

scheduledAppointments

Appointments for a given user

GraphQL Schema

extend type query {
"""Appointments for a given user"""
scheduledAppointments(userId: ID!): [Appointment!]!
}

Arguments

NameTypeDescription
userIdID!Unique ID of the user

Response Shape

This query returns [Appointment!]!

NameTypeDescription
idID!Unique ID of the object
startTimeDatetime!
endTimeDatetime!
advisorIdID!
advisorNameString!
advisorEmailString
advisorPhoneString
reasonString