OBJECT

CrewAppContactQuery

link GraphQL Schema definition

  • type CrewAppContactQuery {
  • # Requires access to resource CREW_APP_PASSENGER
  • #
  • # Arguments
  • # wildcard: Search wildcard, minimum 2 characters
  • accountsByWildcard(wildcard: String!): [CrewAppContact!]!
  • # Requires access to resource CREW_APP_PASSENGER
  • #
  • # Arguments
  • # contactNid:
  • byContactNid(contactNid: ContactNid!): CrewAppContactWithTravelDocuments!
  • # Requires access to resource CREW_APP_PASSENGER
  • travelDocuments: CrewAppTravelDocumentsSection!
  • # Requires access to resource CREW_APP_PASSENGER
  • #
  • # Arguments
  • # wildcard: Minimum 3 character(s) length
  • # limit:
  • clientByWildcard(wildcard: String!, limit: Int): [ClientSimple!]!
  • }

link Require by