Commit 76e12073 authored by Stan Hu's avatar Stan Hu

Merge branch 'rachelfox-master-patch-76088' into 'master'

fix integrations typo

See merge request gitlab-org/gitlab!34147
parents 83c43fe0 03392aba
...@@ -6,7 +6,7 @@ module Types ...@@ -6,7 +6,7 @@ module Types
include Types::BaseInterface include Types::BaseInterface
graphql_name 'Service' graphql_name 'Service'
# TODO: Add all the fields that we want to expose for the project services intergrations # TODO: Add all the fields that we want to expose for the project services integrations
# https://gitlab.com/gitlab-org/gitlab/-/issues/213088 # https://gitlab.com/gitlab-org/gitlab/-/issues/213088
field :type, GraphQL::STRING_TYPE, null: true, field :type, GraphQL::STRING_TYPE, null: true,
description: 'Class name of the service' description: 'Class name of the service'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment