Skip to content

Add top-level GraphQL query for a single board list

Donald Cook requested to merge board-list-resolver into master

What does this MR do?

Related to #340765 (closed)

This MR adds the ability to find a board list by gid. It is needed for getting some list information separately on the frontend: !62776 (closed).

Example query

query {
  boardList(id: "gid://gitlab/List/17", issueFilters: {authorUsername: "root"}) {
    title
    issuesCount
  }
}

Screenshots or Screencasts (strongly suggested)

How to setup and validate locally (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Eugenia Grieff

Merge request reports