OBJECT
Project
A client project
link GraphQL Schema definition
- type Project {
- # Unique project ID.
- Int! :
- # The associated client.
- Client :
- # Project name.
- String! :
- # Project start date
- DateExpression :
- # Project end date
- DateExpression :
- # Site address.
- Address :
- # The geolocation (POINT) of the project
- Geolocation :
- # An ID used to link to an external application.
- String :
- # True if active, false if archived
- Boolean! :
- # The user that last modified the project.
- User :
- # The time this project was last modified.
- DateTime :
- # The time this project was deleted.
- DateTime :
- # The competencies associated with this project
- Competency] : [
- # The contacts associated with this project
- Contact] : [
- # The contacts associated with this project regarding dockets
- Contact] : [
- # The inductions associated with this project
- Induction] : [
- # The orders associated with this project
- Order] : [
- # The tags associated with this project
- Tag] : [
- # The task groups associated with this project
- TaskGroup] : [
- # The supervisors of the project
- User] : [
- # Ordered list of project ids from the root project (first item) to this project's
- # parent (last item).
- Int] : [
- # Ordered list of projects from the root project (first item) to this project's
- # parent (last item).
- Project] : [
- # Projects that are direct children of this project
- Project] : [
- # Number of children of this project
- Int! :
- # The related documents.
- ProjectDocument] : [
- # Parent project
- Project :
- # The activities associated with this project
- Activity] : [
- # The work item codes associated with this project
- WorkItem] : [
- # Whether this project is associated with any work item codes
- Boolean :
- # The geofences of the project
- Geofence] : [
- # The geo-markers of the project
- GeoMarker] : [
- }
link Require by
- ClientA single client
- DigitalDocketA digital docket. Essentially a form result with data submitted with a timesheet
- DocketA single docket
- FormResultA single submitted result for a form
- FormResultPastVersionPast versions of a form result
- OrderOrder of the Assignar platform.
- ProjectA client project
- ProjectActivityActivities linked to a project.
- ProjectDocumentCompliance (or other) documents for a project.
- ProjectWorkItemProject work item codes.
- ProjectWorkItemCodeProject work item codes.
- QueryRoot of the Assignar Core Query API
- SiteDiarySite diaries
- TimesheetTimesheet record