INPUT_OBJECT

CrewMemberEndorsementInputType

Data for creation of personal endorsement

link GraphQL Schema definition

  • input CrewMemberEndorsementInputType {
  • number: String
  • countryOfIssue: CountryCode
  • dateOfIssue: Date
  • dateOfExpiry: Date
  • initialDate: Date
  • # Possible violation list: IS_NO_EMPTY
  • fileList: [Upload!]
  • # Possible violation list: IS_NO_EMPTY
  • fileInputList: [FileInput!]
  • note: String
  • }