INPUT_OBJECT

CrewMemberExternalEndorsementInputType

Data for creation and updating of personal endorsement form external source

link GraphQL Schema definition

  • input CrewMemberExternalEndorsementInputType {
  • number: String
  • countryOfIssue: CountryCode
  • dateOfIssue: Date
  • # Possible violation list: VALUE_NOT_VALID
  • dateOfExpiry: DateOrNever!
  • initialIssueDate: Date
  • note: String
  • crewNote: String
  • # Possible violation list: IS_NO_EMPTY
  • fileList: [Upload!]
  • # Possible violation list: IS_NO_EMPTY
  • fileInputList: [FileInput!]
  • }