OBJECT
CrewMemberCurrencySection
link GraphQL Schema definition
- type CrewMemberCurrencySection {
- # Arguments
- # crewMemberNidList:
- # Possible violation list: IS_NOT_SOME_ERROR
- # forDateTime:
- # forTrNid:
- # Possible violation list: IS_NOT_SOME_ERROR
- (
- : [ApiLoginNidOptionScalar!]!,
- : DateTime,
- : TrNidOption
- ): CrewMemberCurrencySectionStatusListOutput!
- # Arguments
- # filter:
- # Possible violation list: IS_NOT_SOME_ERROR
- # sortBy:
- # sortDirection:
- # offset:
- # length:
- (
- : CrewMemberCurrencyListFilterInput!,
- : CurrencySectionSortByEnum,
- : SortDirectionEnum,
- : Int!,
- : Int!
- ): [CrewMemberCurrency!]
- }