Namespace.workItems API

To have a more generic frontend and no longer distinguish between Group and Project, we want to add a new API on namespace to query all workItems. The API for a single work item already exists.

query workItems {
  namespace(fullPath: "gitlab-org") {
    workItems WorkItemConnection
  }
}

The API should be the same as we currently have on groups and projects.

Edited by Nicolas Dular