GraphQL INPUT_OBJECT
Input for updating a web file folder.
input UpdateWebFileFolderInput {# The id of the web file folder.id: Int!# The new name of the web file folder.name: String# The parent ID of the web file folder.parentId: Int}