Query: getQuoteRealizationsClientsList
Find quote realizations clients in time period. Requires access to resource GRAPHQL_SALES_BOOKINGS
sales {
getQuoteRealizationsClientsList(
timeInterval: TimeIntervalInput!
aircraftList: [AircraftNid!]
includeSubcharters: Boolean
operatorBaseNid: BaseNid
bookingsDisplayType: BookingsDisplayType
assigneeList: [ApiLoginNidScalar!]
withUnassigned: Boolean
clientLabelList: [LabelNid!]
): [Client!]!
}