UpdateInterviewCounsellingSessionInput
No description
input UpdateInterviewCounsellingSessionInput {
clientId: ClientID!
counsellingSession: Boolean!
}
Fields
UpdateInterviewCounsellingSessionInput.clientId ● ClientID! non-null scalar
Unique identifier of the client this interview belongs to.
UpdateInterviewCounsellingSessionInput.counsellingSession ● Boolean! non-null scalar
Set true if a counselling session is part of this interview.
Member Of
updateInterviewCounsellingSession mutation