OBJECT
CrewMemberMutationSection
link GraphQL Schema definition
- type CrewMemberMutationSection {
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- #
- # Arguments
- # data:
- CrewMemberCreateInput!): CrewMemberCreateOutput! ( :
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- #
- # Arguments
- # externalId:
- # data:
- (
- CrewMemberExternalIdScalar!, :
- CrewMemberUpdateInput! :
- ): CrewMemberUpdateUsingExternalIdOutput!
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- #
- # Arguments
- # crewMemberNid:
- # data:
- (
- CrewMemberNid!, :
- CrewMemberUpdateInput! :
- ): NonNullCrewMemberValueOrErrorList!
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- #
- # Arguments
- # externalId:
- (
- CrewMemberExternalIdScalar! :
- ): CrewMemberDeleteUsingExternalIdOutput!
- CrewMemberPassportMutationSection! :
- CrewMemberNationalIdMutationSection! :
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- CrewMemberMutationRating! :
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- CrewMemberMutationTemporaryAssignment! :
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- CrewMemberMutationAircraftAssignment! :
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- CrewMemberEndorsementMutation! :
- CrewMemberVaccinationMutationSection! :
- CrewMemberLoginExperienceMutationSection! :
- CrewMemberDutyAccountMutationSection! :
- # Requires access to resource CREW_MEMBER_ADMIN_DATA_EDIT
- #
- # Arguments
- # crewMemberNid:
- # data:
- (
- CrewMemberNid!, :
- CrewMemberAdminDataInput! :
- ): Boolean!
- }