debian-mirror-gitlab/app/assets/javascripts/graphql_shared/queries/current_user.query.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
100 B
GraphQL
Raw Normal View History

2022-08-13 15:12:31 +05:30
#import "../fragments/user.fragment.graphql"
query currentUser {
currentUser {
...User
}
}