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 prepend letterhead to document if true
pdf_letterhead_template_id · ID · The custom letterhead ID to prepend to the document
include_header_on_every_page · Boolean · Prepends the letterhead to every page of the 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 prepend letterhead to document if true
"""
letterhead: Boolean = false
"""
The custom letterhead ID to prepend to the document
"""
pdf_letterhead_template_id: ID
"""
Prepends the letterhead to every page of the document if true
"""
include_header_on_every_page: Boolean = false
"""
File name of the document that will be created
"""
name: String
"""
The patient/client user ID
"""
user_id: ID
}