INPUT_OBJECT
SiteDiaryCreate
Site diaries
link GraphQL Schema definition
- input SiteDiaryCreate {
- # Client for the site diary.
- IdObject! :
- # Project for the site diary.
- IdObject! :
- # Order for the site diary.
- IdObject! :
- # The date the site diary was submitted for.
- DateTimeExpression! :
- # The weather for the site diary.
- String :
- # The supervisor's name of the signature attached.
- String! :
- # The supervisor signature image url attached to 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 timesheets submitted against the site diary
- SiteDiaryTimesheetUpdate] : [
- # The material transactions submitted against the site diary
- SiteDiaryMaterialTransactionCreate] : [
- # The notes attached to the site diary
- SiteDiarySiteDiaryNoteCreate] : [
- # List of emails to forward the Site Diary to.
- String] : [
- # The data for the site diary additional questions.
- FormTemplateDisplayMeta :
- # The data for the site diary additional answers.
- FormResultData :
- }