OBJECT
Node represent one duty data
type MyDutyType {note: String @deprecated( reason: "Use pilotNote field instead" )pilotNote: String plannerNote: String accountNote: String definitionName: String! definitionColorHex: String! myTrRevision: MyTrRevision! crewCode: String! # Is logged user dutyisMyDuty: Boolean! tbc: Boolean! clockInOutEnabled: Boolean! }