CrewMemberCurrencySection (Object)
type CrewMemberCurrencySection {
statusList(
crewMemberNidList: [ApiLoginNidOptionScalar!]!
forDateTime: DateTime
forTrNid: TrNidOption
): CrewMemberCurrencySectionStatusListOutput!
currencyList(
filter: CrewMemberCurrencyListFilterInput!
sortBy: CurrencySectionSortByEnum = DATE_EXPIRED
sortDirection: SortDirectionEnum = DESCENDING
offset: Int!
length: Int!
): [CrewMemberCurrency!]
}
Fields
CrewMemberCurrencySection.statusList ● CrewMemberCurrencySectionStatusListOutput! non-null union
CrewMemberCurrencySection.statusList.crewMemberNidList ● [ApiLoginNidOptionScalar!]! non-null scalar
Possible violation list: IS_NOT_SOME_ERROR
CrewMemberCurrencySection.statusList.forDateTime ● DateTime scalar
CrewMemberCurrencySection.statusList.forTrNid ● TrNidOption scalar
Possible violation list: IS_NOT_SOME_ERROR
CrewMemberCurrencySection.currencyList ● [CrewMemberCurrency!] list object
CrewMemberCurrencySection.currencyList.filter ● CrewMemberCurrencyListFilterInput! non-null input
Possible violation list: IS_NOT_SOME_ERROR
CrewMemberCurrencySection.currencyList.sortBy ● CurrencySectionSortByEnum enum
CrewMemberCurrencySection.currencyList.sortDirection ● SortDirectionEnum enum
CrewMemberCurrencySection.currencyList.offset ● Int! non-null scalar
CrewMemberCurrencySection.currencyList.length ● Int! non-null scalar
Member Of
crewList object