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!
- # Requires access to resource CREW_APP_PASSENGER
- #
- # Arguments
- # wildcard: Minimum 3 character(s) length
- # limit:
- (: String!, : Int): [ClientSimple!]!
- }