summaryrefslogtreecommitdiff
path: root/app/graphql
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-24 15:07:59 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-24 15:07:59 +0000
commit725ab660a432fdffcc6835ba34340e84951fb97f (patch)
tree5528e29871806cfd8f92b61b70a031bca088c685 /app/graphql
parent00df932c458bdd6bb2107760875124054f15543f (diff)
downloadgitlab-ce-725ab660a432fdffcc6835ba34340e84951fb97f.tar.gz
Add latest changes from gitlab-org/gitlab@12-8-stable-ee
Diffstat (limited to 'app/graphql')
-rw-r--r--app/graphql/types/user_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/user_type.rb b/app/graphql/types/user_type.rb
index 3943c891335..e530641d6ae 100644
--- a/app/graphql/types/user_type.rb
+++ b/app/graphql/types/user_type.rb
@@ -14,7 +14,7 @@ module Types
description: 'Human-readable name of the user'
field :username, GraphQL::STRING_TYPE, null: false,
description: 'Username of the user. Unique within this instance of GitLab'
- field :avatar_url, GraphQL::STRING_TYPE, null: false,
+ field :avatar_url, GraphQL::STRING_TYPE, null: true,
description: "URL of the user's avatar"
field :web_url, GraphQL::STRING_TYPE, null: false,
description: 'Web URL of the user'