Skip to content

searchIssueBoards

Search for nodes of type IssueBoard

graphql
searchIssueBoards(
  filter: IssueBoardFilterInput
  first: Int!
  query: String!
  skip: Int
): [IssueBoard!]!

Arguments

searchIssueBoards.filter ● IssueBoardFilterInput input

Filter for specific items

searchIssueBoards.first ● Int! non-null scalar

Get the first n items.

searchIssueBoards.query ● String! non-null scalar

Search query nodes must match

searchIssueBoards.skip ● Int scalar

Skips n items.

Type

IssueBoard object

Issue Boards used to assign Issues to. An Issue Board consists of a name and a description. READ is granted if READ is granted on any Trackable in trackable.

Released under the MIT License.