UpdateStructuredInformationDraftInput
input used to add structured information data to a client
input UpdateStructuredInformationDraftInput {
clientId: ClientID!
cognitiveAndCommunicationAnswer: String
functionalAbilities: FunctionalAbilitiesInput!
householdManagementAnswer: String
illnessAndStressRequirementsAnswer: String
mobilityAndAgilityAnswer: String
overallAnswers: String
selfSufficiencyAnswer: String
socialAnswer: String
}
Fields
UpdateStructuredInformationDraftInput.clientId ● ClientID! non-null scalar
id of the client the draft belongs to
UpdateStructuredInformationDraftInput.cognitiveAndCommunicationAnswer ● String scalar
answer of the cognitive and communication questions
UpdateStructuredInformationDraftInput.functionalAbilities ● FunctionalAbilitiesInput! non-null input
table answers
UpdateStructuredInformationDraftInput.householdManagementAnswer ● String scalar
answer of the household management questions
UpdateStructuredInformationDraftInput.illnessAndStressRequirementsAnswer ● String scalar
answer of the illness-related requirements and stress questions
UpdateStructuredInformationDraftInput.mobilityAndAgilityAnswer ● String scalar
answer of the mobility and agility questions
UpdateStructuredInformationDraftInput.overallAnswers ● String scalar
Overall question answers
UpdateStructuredInformationDraftInput.selfSufficiencyAnswer ● String scalar
answer of the self-sufficiency questions
UpdateStructuredInformationDraftInput.socialAnswer ● String scalar
answer of the social related questions
Member Of
updateStructuredInformationDraft mutation