OBJECT
CrewAppContactMutation
Contact mutations for CrewApp
link GraphQL Schema definition
- type CrewAppContactMutation {
- # Create person contact in CrewApp with recommended travel documents.
- # Requires access to resource CREW_APP_PASSENGER_EDIT
- #
- # Arguments
- # person:
- (: CrewAppPersonCreateInput!): NonNullCrewAppPersonCreateResultValueOrErrorList!
- # Recognize travel document from a directly uploaded photo for CrewApp passenger
- # creation.
- # Requires access to resource CREW_APP_PASSENGER_EDIT
- #
- # Arguments
- # file:
- (: Upload!): NonNullCrewAppTravelDocumentsRecognitionValueOrErrorList!
- }