Skip to content

shareAnswersAsDocumentInput

Autogenerated input type of shareAnswersAsDocument

Fields

deprecated DO NOT USE
answers · String · Comma separated list of FormAnswer ids (e.g. "10, 4, 2")
email_notification · Boolean · Whether or not to send email notification
form_answer_group_id · ID · The FromAnswerGroup that will be shared as a document
letterhead · Boolean · Will append letterhead to document if true
name · String · File name of the document that will be created
user_id · ID · The patient/client user ID

Used By

Definition

"""
Autogenerated input type of shareAnswersAsDocument
"""
input shareAnswersAsDocumentInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Comma separated list of FormAnswer ids (e.g. "10, 4, 2")
"""
answers: String
"""
Whether or not to send email notification
"""
email_notification: Boolean
"""
The FromAnswerGroup that will be shared as a document
"""
form_answer_group_id: ID
"""
Will append letterhead to document if true
"""
letterhead: Boolean
"""
File name of the document that will be created
"""
name: String
"""
The patient/client user ID
"""
user_id: ID
}