CrewAppScheduleDuty (Object)
type CrewAppScheduleDuty {
trNid: Int!
name: String!
startTimeUTC: DateTime!
endTimeUTC: DateTime!
startTimeLocal: DateTimeWithTimezone
endTimeLocal: DateTimeWithTimezone
startTimeBaseTime: DateTime!
endTimeBaseTime: DateTime!
airport: SimpleAirportType
tbc: Boolean!
color: String!
isFullDay: Boolean!
note: String
crewCode: String!
clockInOutEnabled: Boolean!
isCompleted: Boolean!
feedbackFormUrl: String
canMarkAsCompleted: Boolean!
}
Fields
CrewAppScheduleDuty.trNid ● Int! non-null scalar
CrewAppScheduleDuty.name ● String! non-null scalar
CrewAppScheduleDuty.startTimeUTC ● DateTime! non-null scalar
CrewAppScheduleDuty.endTimeUTC ● DateTime! non-null scalar
CrewAppScheduleDuty.startTimeLocal ● DateTimeWithTimezone scalar
CrewAppScheduleDuty.endTimeLocal ● DateTimeWithTimezone scalar
CrewAppScheduleDuty.startTimeBaseTime ● DateTime! non-null scalar
CrewAppScheduleDuty.endTimeBaseTime ● DateTime! non-null scalar
CrewAppScheduleDuty.airport ● SimpleAirportType object
CrewAppScheduleDuty.tbc ● Boolean! non-null scalar
CrewAppScheduleDuty.color ● String! non-null scalar
CrewAppScheduleDuty.isFullDay ● Boolean! non-null scalar
CrewAppScheduleDuty.note ● String scalar
CrewAppScheduleDuty.crewCode ● String! non-null scalar
CrewAppScheduleDuty.clockInOutEnabled ● Boolean! non-null scalar
CrewAppScheduleDuty.isCompleted ● Boolean! non-null scalar
CrewAppScheduleDuty.feedbackFormUrl ● String scalar
CrewAppScheduleDuty.canMarkAsCompleted ● Boolean! non-null scalar
Member Of
CrewAppMyScheduleDutyList object ● CrewAppSchedule object