RegisterDocumentTypeInput
No description
input RegisterDocumentTypeInput {
id: ID!
audience: [Audience!]!
templateConfigurations: [TemplateConfigurationInput]!
names: [DocumentTypeNameI18NInput!]!
}
Fields
RegisterDocumentTypeInput.id ● ID! non-null scalar
RegisterDocumentTypeInput.audience ● [Audience!]! non-null enum
The intended audience: NOTARY, REALTOR, ADVISOR, REAL_ESTATE_INVESTOR
RegisterDocumentTypeInput.templateConfigurations ● [TemplateConfigurationInput]! non-null input
Variables
RegisterDocumentTypeInput.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
registerDocumentType mutation