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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-16 09:09:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-16 09:09:33 +0300
commit000087abd5a11442a7e34b0e5f3bf86cb40fa8e4 (patch)
treef928981b150721e7ac15c6c55cd4f558abf94e73 /app/assets/javascripts/graphql_shared
parent5de7e7c72a59f8a99c71ec33948a53a64f73d075 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/graphql_shared')
-rw-r--r--app/assets/javascripts/graphql_shared/fragments/user.fragment.graphql7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/javascripts/graphql_shared/fragments/user.fragment.graphql b/app/assets/javascripts/graphql_shared/fragments/user.fragment.graphql
new file mode 100644
index 00000000000..096bb77ee49
--- /dev/null
+++ b/app/assets/javascripts/graphql_shared/fragments/user.fragment.graphql
@@ -0,0 +1,7 @@
+fragment User on User {
+ id
+ avatarUrl
+ name
+ username
+ webUrl
+}