GraphQL INPUT_OBJECT
Input for creating a web file.
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}