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