OBJECT
CrewAppDocumentManagerSection
link GraphQL Schema definition
- type CrewAppDocumentManagerSection {
- # Requires access to given flight
- #
- # Arguments
- # flightNidList: [Not documented]
- # documentTemplateNid: [Not documented]
- # documentPrintMode: [Not documented]
- # timezoneNid: used only with documentPrintMode:
- # TRIP_LEGS_ON_THE_SAME_DAY
- (
- FlightNid!]!, : [
- DocumentTemplateNid!, :
- DocumentPrintMode!, :
- TimezoneNid :
- ): FileOutputType!
- }