summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/projects/settings/graphql/queries/current_user_namespace.query.graphql
blob: 7ae6ee1428bc95a436809744730936011c26f6e7 (plain)
1
2
3
4
5
6
7
8
9
query currentUserNamespace {
  currentUser {
    id
    namespace {
      id
      fullName
    }
  }
}