CrewPanelLoginDatesInput (Input)
Represents single crew member and a list of days on which changes will be applied.
input CrewPanelLoginDatesInput {
loginNid: ApiLoginNidScalar!
dateList: [Date!]!
}
Fields
CrewPanelLoginDatesInput.loginNid ● ApiLoginNidScalar! non-null scalar
CrewPanelLoginDatesInput.dateList ● [Date!]! non-null scalar
Member Of
crewPanel.dutyCreate mutation ● crewPanel.dutyCreateQuick mutation