Welcome to mirror list, hosted at ThFree Co, Russian Federation.

current_user.query.graphql « queries « graphql_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93335c93c1dd91d4398437beabeeedb02629fc45 (plain)
1
2
3
4
5
6
7
#import "../fragments/user.fragment.graphql"

query currentUser {
  currentUser {
    ...User
  }
}