summaryrefslogtreecommitdiff
path: root/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/queries/pipelines/get_pipeline_details.query.graphql')
-rw-r--r--app/graphql/queries/pipelines/get_pipeline_details.query.graphql3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/graphql/queries/pipelines/get_pipeline_details.query.graphql b/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
index 873ecc81466..4e4caa1e27c 100644
--- a/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
+++ b/app/graphql/queries/pipelines/get_pipeline_details.query.graphql
@@ -29,6 +29,9 @@ query getPipelineDetails($projectPath: ID!, $iid: ID!) {
iid
complete
usesNeeds
+ userPermissions {
+ updatePipeline
+ }
downstream {
__typename
nodes {