GraphQL INPUT_OBJECT

CreateWebFileInput

Input for creating a web file.

link Definition

  • input CreateWebFileInput {
  • # The client ID of the web file.
  • clientId: Int!
  • # The web file.
  • file: File
  • # The folder ID of the web file. If not set will default to the first folder in
  • # the root directory.
  • folderId: Int
  • # Flag to check if web file is CSS.
  • isCleverCss: Boolean
  • }

link Required by