Retrieving a folder by path

Documents or folders can be identified by path as well as by GUID.

{
  folder(
    repositoryIdentifier:"OS1"
    identifier:"/Folder for Browsing"
  )
  {
    className
    id
    name
    pathName
  }
}