Skip to content

searchIssueStates ​

Search for nodes of type IssueState

graphql
searchIssueStates(
  filter: IssueStateFilterInput
  first: Int!
  query: String!
  skip: Int
): [IssueState!]!

Arguments ​

searchIssueStates.filter ● IssueStateFilterInput input ​

Filter for specific items

searchIssueStates.first ● Int! non-null scalar ​

Get the first n items.

searchIssueStates.query ● String! non-null scalar ​

Search query nodes must match

searchIssueStates.skip ● Int scalar ​

Skips n items.

Type ​

IssueState object ​

State of an Issue like BUG or FEATURE_REQUEST. Part of an IssueTemplate. READ is always granted.

Released under the MIT License.