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:
Diffstat (limited to 'app/graphql/types/user_interface.rb')
-rw-r--r--app/graphql/types/user_interface.rb8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/graphql/types/user_interface.rb b/app/graphql/types/user_interface.rb
index edbc8aee9c5..f49b3eee4f5 100644
--- a/app/graphql/types/user_interface.rb
+++ b/app/graphql/types/user_interface.rb
@@ -122,13 +122,15 @@ module Types
'Will not return saved replies if `saved_replies` feature flag is disabled.'
field :gitpod_enabled, GraphQL::Types::Boolean, null: true,
- description: 'Whether Gitpod is enabled at the user level.'
+ description: 'Whether Gitpod is enabled at the user level.'
- field :preferences_gitpod_path, GraphQL::Types::String, null: true,
+ field :preferences_gitpod_path,
+ GraphQL::Types::String,
+ null: true,
description: 'Web path to the Gitpod section within user preferences.'
field :profile_enable_gitpod_path, GraphQL::Types::String, null: true,
- description: 'Web path to enable Gitpod for the user.'
+ description: 'Web path to enable Gitpod for the user.'
definition_methods do
def resolve_type(object, context)