OBJECT
Client
A single client
link GraphQL Schema definition
- type Client {
- # The unique client ID.
- Int! :
- # The client's short name.
- String! :
- # ABN.
- String :
- # The competencies associated with this client
- Competency] : [
- # Contact email address.
- String :
- # Office contact number.
- String :
- # Mobile contact number.
- String :
- # Mailing address
- Address :
- # Free text comments
- String :
- # An ID used to link to an external application.
- String :
- # The inductions associated with this client
- Induction] : [
- # True if active, false if archived.
- Boolean! :
- # The user that last modified this asset.
- User :
- # The time this client was last modified.
- DateTime :
- # The projects a client has.
- Project] : [
- # The related documents.
- ClientDocument] : [
- # The contacts associated with this client.
- Contact] : [
- # The contacts associated with this client regarding dockets.
- Contact] : [
- # Digital Docket Templates assigned to this client.
- DigitalDocketTemplate] : [
- # The task groups associated with this client
- TaskGroup] : [
- # The time this client was deleted.
- DateTime :
- }
link Require by
- ClientDocumentCompliance (or other) documents for a client.
- DigitalDocketA digital docket. Essentially a form result with data submitted with a timesheet
- DocketA single docket
- FormResultA single submitted result for a form
- OrderOrder of the Assignar platform.
- ProjectA client project
- QueryRoot of the Assignar Core Query API
- SiteDiarySite diaries
- TimesheetTimesheet record