1query getCurrentBranch {
2  workBranches @client {
3    current {
4      name
5    }
6  }
7}
8