CrewMemberDutyAccountMutationSection (Object)
type CrewMemberDutyAccountMutationSection {
setList(
loginNid: ApiLoginNidOptionScalar!
dutyAccountDefinitionList: [DutyAccountDefinitionNidScalar!]!
): CrewMemberDutyAccountMutationSectionSetListOutput!
update(
loginNid: ApiLoginNidOptionScalar!
dutyAccountDefinitionNid: DutyAccountDefinitionNidScalar!
data: CrewMemberDutyAccountInput!
): CrewMemberDutyAccountMutationSectionUpdateOutput!
}
Fields
CrewMemberDutyAccountMutationSection.setList ● CrewMemberDutyAccountMutationSectionSetListOutput! non-null union
CrewMemberDutyAccountMutationSection.setList.loginNid ● ApiLoginNidOptionScalar! non-null scalar
Possible violation list: IS_NOT_SOME_ERROR
CrewMemberDutyAccountMutationSection.setList.dutyAccountDefinitionList ● [DutyAccountDefinitionNidScalar!]! non-null scalar
Possible violation list: IS_NOT_SOME_ERROR
CrewMemberDutyAccountMutationSection.update ● CrewMemberDutyAccountMutationSectionUpdateOutput! non-null union
CrewMemberDutyAccountMutationSection.update.loginNid ● ApiLoginNidOptionScalar! non-null scalar
Possible violation list: IS_NOT_SOME_ERROR
CrewMemberDutyAccountMutationSection.update.dutyAccountDefinitionNid ● DutyAccountDefinitionNidScalar! non-null scalar
Possible violation list: IS_NOT_SOME_ERROR
CrewMemberDutyAccountMutationSection.update.data ● CrewMemberDutyAccountInput! non-null input
Member Of
CrewMemberMutationSection object