Skip to main content

UpdateDocumentTypeInput

No description

input UpdateDocumentTypeInput {
id: ID!
audience: [Audience!]!
templateConfigurations: [TemplateConfigurationInput]!
names: [DocumentTypeNameI18NInput!]!
}

Fields

UpdateDocumentTypeInput.id ● ID! non-null scalar

The id of the document type you want to update

UpdateDocumentTypeInput.audience ● [Audience!]! non-null enum

The intended audience: NOTARY, REALTOR, ADVISOR, REAL_ESTATE_INVESTOR

UpdateDocumentTypeInput.templateConfigurations ● [TemplateConfigurationInput]! non-null input

The template with which this documentType can be combined and specific configuration in that case.

UpdateDocumentTypeInput.names ● [DocumentTypeNameI18NInput!]! non-null input

In the provider portal a provider can select the DocumentType based on a meaningful name. This name must be provided in a multilingual context. This must be a unique set, so every I18N key can only be once in the set

Member of

updateDocumentType mutation