graphqlbackend: use db.Repos Names for restricting
Created by: keegancsmith
The version contexts PR introduced a new option for restricting the list of repositories listed. Before this existed the only way to limit the listing of repositories was to create a regexp.
I noticed this improvement while working on something else.