INPUT_OBJECT
DocumentUploadsCreate
Competency and Induction documents uploaded by fieldworkers.
link GraphQL Schema definition
- input DocumentUploadsCreate {
- # The specific Competency or Induction
- IdObject! :
- # Expiry date of the document.
- DateExpression :
- # Issue date of the document.
- DateExpression :
- # Expiry date of the document.
- String! :
- # Comments about the uploaded document.
- String :
- # Approval status of the document.
- Int :
- # Date that the image got uploaded.
- DateTime :
- # Person who approved the document.
- Int :
- # The email address of the person you are sending the document to
- String :
- # Name of the document
- String! :
- }