AttachDocumentToClientInput
Input for attachDocumentToClient mutation.
input AttachDocumentToClientInput {
clientId: ClientID!
file: Upload!
referenceDate: Date
signed: Boolean
tags: [String!]
}
Fields
AttachDocumentToClientInput.clientId ● ClientID! non-null scalar
Client this document should be attached to.
AttachDocumentToClientInput.file ● Upload! non-null scalar
The file to be attached to the client.
AttachDocumentToClientInput.referenceDate ● Date scalar
Shows which date the document is relevant to, optional
AttachDocumentToClientInput.signed ● Boolean scalar
Shows if the document has been signed. Defaults to 'FALSE'
AttachDocumentToClientInput.tags ● [String!] list scalar
List of tags regarding the current document, optional
Member Of
attachDocumentToClient mutation