Commit 4088b7ad authored by Simon Knox's avatar Simon Knox

Merge branch '331092-remove-subscribed-from-graphql-boards-list-query' into 'master'

Resolve "Remove `subscribed` from GraphQL boards list query"

See merge request gitlab-org/gitlab!61881
parents c73db5e2 0aa29ec1
...@@ -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