D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
cp
/
queries
/
Filename :
VirtualDirectoryProtectionPage.graphql
back
Copy
query VirtualDirectoryProtectionPage( $domainId: ID!, $path: String! ) { domain: node(id: $domainId) { ... on Domain { id hosting { virtualDirectory(path: $path) { key webDirName protectedDirectory { id path } isValidForProtection } } } } }