Skip to main content

AppointmentResponseCreate

Create a new AppointmentResponse resource.

Mutation

mutation AppointmentResponseCreate($input: AppointmentResponseCreateInput!) {
AppointmentResponseCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created AppointmentResponse resource.