AppointmentResponseCreate
Create a new AppointmentResponse resource.
Mutation
mutation AppointmentResponseCreate($input: AppointmentResponseCreateInput!) {
AppointmentResponseCreate(input: $input) {
id
}
}
Input
input: See AppointmentResponseCreateInput for input fields.
Return Type
Returns the created AppointmentResponse resource.