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