Commit 0aa29ec1 authored by Natalia Tepluhina's avatar Natalia Tepluhina Committed by Simon Knox

Removed subscribed field from boards query

parent 6f6e21c6
...@@ -13,7 +13,6 @@ fragment IssueNode on Issue { ...@@ -13,7 +13,6 @@ fragment IssueNode on Issue {
emailsDisabled emailsDisabled
confidential confidential
webUrl webUrl
subscribed
relativePosition relativePosition
milestone { milestone {
id id
......
---
title: Resolve Remove `subscribed` from GraphQL boards list query
merge_request: 61881
author:
type: performance
...@@ -14,7 +14,6 @@ fragment IssueNode on Issue { ...@@ -14,7 +14,6 @@ fragment IssueNode on Issue {
weight weight
confidential confidential
webUrl webUrl
subscribed
blocked blocked
blockedByCount blockedByCount
relativePosition relativePosition
......
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