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:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-03-08 06:18:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-03-08 06:18:32 +0300
commit008b36c66e51cb635732bdbcb7f19ae81ea35beb (patch)
tree11be0d6d5d150562e849dd6034ae982999834e6f /app/graphql/queries
parentd52f8933ea07f083dfc05d4bed50d4de8baf8dd9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/queries')
-rw-r--r--app/graphql/queries/pipelines/get_pipeline_details.query.graphql9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/graphql/queries/pipelines/get_pipeline_details.query.graphql b/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
index 9ad32f3c987..f4921706f7e 100644
--- a/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
+++ b/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
@@ -47,15 +47,6 @@ query getPipelineDetails($projectPath: ID!, $iid: ID!) {
id
iid
complete
- user {
- __typename
- id
- namespace {
- __typename
- id
- crossProjectPipelineAvailable
- }
- }
usesNeeds
userPermissions {
updatePipeline