Commit 89f116a9 authored by charlieablett's avatar charlieablett

Remove report pipeline from GraphQL

parent c1cd6e99
...@@ -11432,11 +11432,6 @@ type TestReport { ...@@ -11432,11 +11432,6 @@ type TestReport {
""" """
id: ID! id: ID!
"""
Pipeline that created the test report
"""
pipeline: Pipeline
""" """
State of the test report State of the test report
""" """
......
...@@ -33812,20 +33812,6 @@ ...@@ -33812,20 +33812,6 @@
"isDeprecated": false, "isDeprecated": false,
"deprecationReason": null "deprecationReason": null
}, },
{
"name": "pipeline",
"description": "Pipeline that created the test report",
"args": [
],
"type": {
"kind": "OBJECT",
"name": "Pipeline",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{ {
"name": "state", "name": "state",
"description": "State of the test report", "description": "State of the test report",
...@@ -1693,7 +1693,6 @@ Represents a requirement test report. ...@@ -1693,7 +1693,6 @@ Represents a requirement test report.
| `author` | User | Author of the test report | | `author` | User | Author of the test report |
| `createdAt` | Time! | Timestamp of when the test report was created | | `createdAt` | Time! | Timestamp of when the test report was created |
| `id` | ID! | ID of the test report | | `id` | ID! | ID of the test report |
| `pipeline` | Pipeline | Pipeline that created the test report |
| `state` | TestReportState! | State of the test report | | `state` | TestReportState! | State of the test report |
## Timelog ## Timelog
......
---
title: De-expose requirement test report `pipeline` field from GraphQL
merge_request: 34112
author:
type: changed
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