D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
cp
/
queries
/
Filename :
ProtectedDirectoryAddPage.graphql
back
Copy
query ProtectedDirectoryAddPage($domainId: ID!) { domain: node(id: $domainId) { ... on Domain { id hosting { isProtectedDirectoryLocationSupported } } } }