Skip to main content

Query: dutyList

DEPRECATED

Please, use query->duty->dutyList instead

Allowed time interval length depends on loginNidList count. For count of up to 9 elements, time interval has to be shorter than 3 months. For count of up to 19 elements, time interval has to be shorter than 2 months. Otherwise, time interval has to be shorter than 1 month. . Returns only duties accessible for logged user considering aircraft and operator privileges. Requires access to resource GRAPHQL_DUTY_SEE

dutyList(
timeInterval: TimeIntervalInput!
loginNidList: [ApiLoginNidScalar!]
isRequest: Boolean
dutyDefinitionNidList: [ApiDutyDefinitionNidRequiredScalar!]
): [Duty!]! @deprecated

Arguments

dutyList.timeInterval ● TimeIntervalInput! non-null input

dutyList.loginNidList ● [ApiLoginNidScalar!] list scalar

dutyList.isRequest ● Boolean scalar

If passed node will return either only requests or only actual duties. If not passed all duties will be returned.

dutyList.dutyDefinitionNidList ● [ApiDutyDefinitionNidRequiredScalar!] list scalar

Type

Duty object

Represents single duty belonging to operator specified in request endpoint