shareAnswersAsDocumentInput
Autogenerated input type of shareAnswersAsDocument
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEemail_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 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}