GraphQL INPUT_OBJECT

UpdateWebFileInput

Input for updating a web file.

link Definition

  • input UpdateWebFileInput {
  • # The id of the web file.
  • id: Int!
  • # The name of the web file.
  • fileName: String
  • # The folder ID of the web file.
  • folderId: Int
  • # The web file.
  • file: File
  • # Flag to check if web file is CSS.
  • isCleverCss: Boolean
  • }

link Required by