OBJECT

ActionFolderResult

link GraphQL Schema definition

1type ActionFolderResult {
2
3# Folder updated during the operation.
4folder: SimpleFolderResults
5
6# Warning generated during the operation.
7warnings: [String]
8
9}