OBJECT
CrewMemberPassportMutationSection
link GraphQL Schema definition
- type CrewMemberPassportMutationSection {
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- #
- # Arguments
- # externalId:
- # passport:
- (
- : CrewMemberExternalIdScalar!,
- : PassportPutInput!
- ): NonNullPassportOutputValueOrErrorList!
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- #
- # Arguments
- # externalId:
- # passportNumber:
- (
- : CrewMemberExternalIdScalar!,
- : String!
- ): CrewMemberPassportDeleteUsingExternalIdOutput!
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- #
- # Arguments
- # passportExternalId:
- # passport:
- (
- : PassportExternalIdScalar!,
- : PassportUpdateInput!
- ): NonNullPassportOutputValueOrErrorList!
- # Requires access to resource GRAPHQL_CREW_MEMBER_EDIT
- #
- # Arguments
- # passportExternalId:
- (
- : PassportExternalIdScalar!
- ): CrewMemberPassportDeleteByExternalIdOutput!
- : CrewMemberVisaMutationSection!
- }