INPUT_OBJECT

UpdateWingmanAiQuoteFlightFeasibilityInput

link GraphQL Schema definition

  • input UpdateWingmanAiQuoteFlightFeasibilityInput {
  • # The prompt to use for the AI. If null, the default prompt will be used.
  • prompt: String
  • isActive: Boolean!
  • fileList: [WingmanAiUploadedFile!]!
  • }