D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
cp
/
queries
/
Filename :
ProtectedDirectoryList.graphql
back
Copy
query ProtectedDirectoryList( $id: ID! $input: ProtectedDirectoryListInput ) { domain: node(id: $id) { ... on Domain { id hosting { protectedDirectories( input: $input ) { nodes { id path realm } pageInfo { current total pageCount } sortInfo { sortColumn sortDirection } } } } } }