{
  project(fullPath: "gitlab-org/gitlab") {
    group {
      projects {
        edges {
          node {
            group {
              projects {
                edges {
                  node {
                    group {
                      description
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  }
}