OBJECT
SiteDiary
Site diaries
link GraphQL Schema definition
- type SiteDiary {
- # The unique site diary ID.
- Int! :
- # Client for the site diary.
- Client :
- # Project for the site diary.
- Project :
- # Order for the site diary.
- Order :
- # The date the site diary was submitted for.
- DateTimeExpression! :
- # The weather for the site diary.
- String :
- # The client's name of the signature attached.
- String :
- # The client signature image url attached to the site diary.
- String :
- # The datetime the site diary was created.
- DateTime! :
- # The user that create the site diary
- User :
- # The datetime the site diary was modified.
- DateTime :
- # The user that last modified the site diary
- User :
- # The date the site diary was deleted.
- DateTime :
- # The user that deleted the site diary
- User :
- # The timesheets submitted against the site diary
- Timesheet] : [
- # The material transactions submitted against the site diary
- MaterialTransaction] : [
- # The notes attached to the site diary
- SiteDiaryNote] : [
- # The total time of all timesheets associated with this site diary in HH:mm.
- String! :
- # The data for the site diary additional questions.
- UntypedValue :
- # The data for the site diary additional answers.
- UntypedValue :
- # The S3 path of the supervisor signature
- String :
- }