Skip to content

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

What does this MR do?

Currently, GraphQL boards have a large loading time (~8-10s for 15 issues on the list). In order to improve loading times, we should remove 'unused' fields from query (we can load them later after clicking on the issue card and opening a sidebar). We start with removing subscribed field as it's already handled with Notifications widget.

Screenshots

Before After
Screenshot_2021-05-17_at_11.49.08 Screenshot_2021-05-17_at_11.55.15

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #331092 (closed)

Edited by Natalia Tepluhina

Merge request reports