Skip to content

updatePdfLetterheadTemplateInput

Autogenerated input type of updatePdfLetterheadTemplate

Fields

deprecated DO NOT USE
id · ID! · required
address_source · PdfLetterheadTemplateAddressSource · The source the address should be taken from
brand_logo_source · PdfLetterheadTemplateBrandLogoSource · The source the brand logo should be taken from
email_source · PdfLetterheadTemplateEmailSource · The source the email address should be taken from
· Boolean · Whether the brand logo should be shown in PDF
include_address · Boolean · Whether the address should be shown in PDF
include_appointment_details · Boolean · Whether the appointment details should be shown in PDF
include_email · Boolean · Whether the email address should be shown in PDF
include_phone_number · Boolean · Whether the phone number should be shown in PDF
include_team_member_name · Boolean · Whether the name of the team member should be shown in PDF
include_organization_name · Boolean · Whether the name of the organization should be shown in PDF
include_team_member_npi · Boolean · Whether provider's NPI should be shown in PDF
include_team_member_qualifications · Boolean · Whether provider's qualifications should be shown in PDF
other_email · String · Custom email address to use in PDF
other_phone_number · String · Custom phone number to use in PDF
phone_number_source · PdfLetterheadTemplatePhoneNumberSource · The source the phone number should be taken from
team_member_name_source · PdfLetterheadTemplateTeamMemberNameSource · The source the team member's name should be taken from
title · String · The title for the PDF Letterhead Template

Used By

Definition

"""
Autogenerated input type of updatePdfLetterheadTemplate
"""
input updatePdfLetterheadTemplateInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
id: ID!
"""
The source the address should be taken from
"""
address_source: PdfLetterheadTemplateAddressSource = ORGANIZATION
"""
The source the brand logo should be taken from
"""
brand_logo_source: PdfLetterheadTemplateBrandLogoSource = ORGANIZATION
"""
The source the email address should be taken from
"""
email_source: PdfLetterheadTemplateEmailSource = ORGANIZATION
"""
Whether the brand logo should be shown in PDF
"""
include_brand_logo: Boolean = true
"""
Whether the address should be shown in PDF
"""
include_address: Boolean = true
"""
Whether the appointment details should be shown in PDF
"""
include_appointment_details: Boolean = true
"""
Whether the email address should be shown in PDF
"""
include_email: Boolean = true
"""
Whether the phone number should be shown in PDF
"""
include_phone_number: Boolean = true
"""
Whether the name of the team member should be shown in PDF
"""
include_team_member_name: Boolean = true
"""
Whether the name of the organization should be shown in PDF
"""
include_organization_name: Boolean = true
"""
Whether provider's NPI should be shown in PDF
"""
include_team_member_npi: Boolean = true
"""
Whether provider's qualifications should be shown in PDF
"""
include_team_member_qualifications: Boolean = true
"""
Custom email address to use in PDF
"""
other_email: String
"""
Custom phone number to use in PDF
"""
other_phone_number: String
"""
The source the phone number should be taken from
"""
phone_number_source: PdfLetterheadTemplatePhoneNumberSource = ORGANIZATION
"""
The source the team member's name should be taken from
"""
team_member_name_source: PdfLetterheadTemplateTeamMemberNameSource = CURRENT_USER
"""
The title for the PDF Letterhead Template
"""
title: String
}