CustomDocumentBeneficiaryInput
Input to provide details about a beneficiary, address, personal details, and allotment amount.
input CustomDocumentBeneficiaryInput {
authorFirstName: String!
authorLastName: String!
authorType: AuthorType!
date: Date!
documentTitle: String!
place: String!
}
Fields
CustomDocumentBeneficiaryInput.authorFirstName ● String! non-null scalar
The first name of the author of the document.
CustomDocumentBeneficiaryInput.authorLastName ● String! non-null scalar
The last name of the author of the document.
CustomDocumentBeneficiaryInput.authorType ● AuthorType! non-null enum
The type of the author of the document.
CustomDocumentBeneficiaryInput.date ● Date! non-null scalar
The date of the document.
CustomDocumentBeneficiaryInput.documentTitle ● String! non-null scalar
The first name of the beneficiary (including any middle names).
CustomDocumentBeneficiaryInput.place ● String! non-null scalar
The place the document was created.