summaryrefslogtreecommitdiff
path: root/app/graphql/types/ci
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-16 15:09:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-16 15:09:27 +0000
commit8d4aaa4dd07cd02383f7d09d74eb66ffe47a41c4 (patch)
tree684210b8b7c8b5664e8d7b529e59ffde6bcfaed4 /app/graphql/types/ci
parentcbfe03ae04a52d9825ff7cbeccdfe5d313adf6a2 (diff)
downloadgitlab-ce-8d4aaa4dd07cd02383f7d09d74eb66ffe47a41c4.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/types/ci')
-rw-r--r--app/graphql/types/ci/pipeline_type.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/types/ci/pipeline_type.rb b/app/graphql/types/ci/pipeline_type.rb
index ba0103781ff..d77b2a2ba32 100644
--- a/app/graphql/types/ci/pipeline_type.rb
+++ b/app/graphql/types/ci/pipeline_type.rb
@@ -11,7 +11,7 @@ module Types
field :id, GraphQL::ID_TYPE, null: false,
description: 'ID of the pipeline'
- field :iid, GraphQL::ID_TYPE, null: false,
+ field :iid, GraphQL::STRING_TYPE, null: false,
description: 'Internal ID of the pipeline'
field :sha, GraphQL::STRING_TYPE, null: false,