ghostflow-gitlab: limit `is_admin` field expectations
When part of a commit status, is_admin
is never present. Instead of
adding it to the core user type, instead make a new structure just for
the CurrentUser
query as it is the only place we care about is_admin
anyways.