OBJECT
ClientDocument
Compliance (or other) documents for a client.
link GraphQL Schema definition
- type ClientDocument {
- # The client this document is for.
- Client :
- # Unique ID.
- Int! :
- # The type of document.
- Document :
- # A link to the document.
- String :
- # The time this document was created.
- DateTime! :
- # The time this document was last modified.
- DateTime :
- # The date for date-based expiry documents. For example, annual registration
- # renewal.
- DateTimeExpression :
- # The date at which to be alerted of an impending expiry.
- DateTimeExpression :
- # The number for number-based expiry documents.
- # For example, 1000 km service, or 1000 operating hours service.
- Float :
- # The number at which to be alerted of an impending expiry.
- Float :
- # Additional comments on the document.
- String :
- # True if the document is active, false if it is archived.
- Boolean! :
- # True if the document is disabled (i.e. won't generate alerts).
- Boolean! :
- # The status of the entity
- ExpiryStatuses! :
- }