query ProtectedDirectoryPath($id: ID!) { protectedDirectory: node(id: $id) { ... on ProtectedDirectory { id path } } }