UpdateSponsorshipDocumentTypePayload
Payload when updating a document type for a sponsorship.
type UpdateSponsorshipDocumentTypePayload {
documentType: DocumentType!
}
Fields
UpdateSponsorshipDocumentTypePayload.documentType
● DocumentType!
non-null interface
The updated document type.
Returned By
updateSponsorshipDocumentType
mutation