query allDirectories($path: String!, $adminPage: Boolean) {
allDirectories(path: $path, adminPage: $adminPage) {
id
indexDate
deleteKey
storageId
interlockId
realPath
displayPath
storageEntityId
type
realName
displayName
description
tag
size
createdDate
createdUserId
createdUserName
modifiedDate
modifiedUserId
modifiedUserName
status
statusReqDate
statusResDate
folderInfo {
type
shareFolderInfo {
bgImage
labels {
id
name
color
__typename
}
members {
id
name
role
createdDate
__typename
}
teamId
type
__typename
}
shareChannelInfo {
channelId
membershipType
__typename
}
shareListInfo {
pos
__typename
}
shareCardInfo {
labelId
pos
__typename
}
__typename
}
fileInfo {
type
hash
contents
revision
revisionWeight
encrypted
thumbs
extractionStatus
extractionMsg
extractionReqDate
extractionResDate
__typename
}
acl {
id
targetType
targetId
authFlag
order
refernceId
__typename
}
unSyncedEntities {
id
indexDate
deleteKey
storageId
realPath
displayPath
storageEntityId
type
realName
displayName
description
tag
size
createdDate
createdUserId
createdUserName
modifiedDate
modifiedUserId
modifiedUserName
status
statusReqDate
statusResDate
fileInfo {
type
hash
contents
revision
revisionWeight
encrypted
thumbs
extractionStatus
extractionMsg
extractionReqDate
extractionResDate
__typename
}
acl {
id
targetType
targetId
authFlag
order
refernceId
__typename
}
__typename
}
__typename
}
}