OBJECT
ActionFolderResult
link GraphQL Schema definition
1 type ActionFolderResult { 2 3 # Folder updated during the operation. 4 : SimpleFolderResults 5 6 # Warning generated during the operation. 7 : [String] 8 9 }
OBJECT
1 type ActionFolderResult { 2 3 # Folder updated during the operation. 4 : SimpleFolderResults 5 6 # Warning generated during the operation. 7 : [String] 8 9 }