createRepository
Creates a new git repository. If the cloneUrl parameter is specified, the repository will be cloned from the given URL.
createRepository( name: String! visibility: Visibility! description: String cloneUrl: String): Repository