#import "./folderCurrentFragment.gql" mutation folderOpen ($path: String!) { folderOpen(path: $path) { ...folderCurrent } }