OBJECT
CrewAppContactQuery
link GraphQL Schema definition
- type CrewAppContactQuery {
- # Requires access to resource CREW_APP_PASSENGER
- #
- # Arguments
- # wildcard: Search wildcard, minimum 2 characters
- (: String!): [CrewAppContact!]!
- # Requires access to resource CREW_APP_PASSENGER
- #
- # Arguments
- # contactNid:
- (: ContactNid!): CrewAppContactWithTravelDocuments!
- # Requires access to resource CREW_APP_PASSENGER
- : CrewAppTravelDocumentsSection!
- }