Skip to main content

MyDutyType (Object)

Node represent one duty data

type MyDutyType {
note: String @deprecated
pilotNote: String
plannerNote: String
accountNote: String
definitionName: String!
definitionColorHex: String!
myTrRevision: MyTrRevision!
crewCode: String!
isMyDuty: Boolean!
tbc: Boolean!
clockInOutEnabled: Boolean!
isCompleted: Boolean!
feedbackFormUrl: String
canMarkAsCompleted: Boolean!
}

Fields

MyDutyType.note ● String deprecated scalar

DEPRECATED

Use pilotNote field instead

MyDutyType.pilotNote ● String scalar

MyDutyType.plannerNote ● String scalar

MyDutyType.accountNote ● String scalar

MyDutyType.definitionName ● String! non-null scalar

MyDutyType.definitionColorHex ● String! non-null scalar

MyDutyType.myTrRevision ● MyTrRevision! non-null object

MyDutyType.crewCode ● String! non-null scalar

MyDutyType.isMyDuty ● Boolean! non-null scalar

Is logged user duty

MyDutyType.tbc ● Boolean! non-null scalar

MyDutyType.clockInOutEnabled ● Boolean! non-null scalar

MyDutyType.isCompleted ● Boolean! non-null scalar

MyDutyType.feedbackFormUrl ● String scalar

MyDutyType.canMarkAsCompleted ● Boolean! non-null scalar

Member Of

NonNullMyDutyTypeValue object