summaryrefslogtreecommitdiff
path: root/app/graphql/types/projects/service_type.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/types/projects/service_type.rb')
-rw-r--r--app/graphql/types/projects/service_type.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/types/projects/service_type.rb b/app/graphql/types/projects/service_type.rb
index 4ae7cb77904..9ce325c4655 100644
--- a/app/graphql/types/projects/service_type.rb
+++ b/app/graphql/types/projects/service_type.rb
@@ -9,9 +9,9 @@ module Types
# TODO: Add all the fields that we want to expose for the project services integrations
# https://gitlab.com/gitlab-org/gitlab/-/issues/213088
field :type, GraphQL::STRING_TYPE, null: true,
- description: 'Class name of the service'
+ description: 'Class name of the service.'
field :active, GraphQL::BOOLEAN_TYPE, null: true,
- description: 'Indicates if the service is active'
+ description: 'Indicates if the service is active.'
definition_methods do
def resolve_type(object, context)