INPUT_OBJECT

LegPermitInput

Data for create or update leg permit

link GraphQL Schema definition

  • input LegPermitInput {
  • number: String!
  • validity: Int!
  • entryPoint: String!
  • exitPoint: String!
  • supplier: String!
  • notes: String!
  • # Permit status as 3-character status ID. Available default values: "UNT"
  • # (Untouched), "CNF" (Confirmed), "RQS" (Requested), "NAP" (Not Applicable), "QSM"
  • # (Question Mark), "REJ" (Rejected). Note: Operators can customize their own
  • # statuses.
  • permitStatus: ChecklistStatusId!
  • revalidation: Int!
  • shortNotice72h: Boolean!
  • }