searchAffectedByIssues
Search for nodes of type AffectedByIssue
searchAffectedByIssues(
filter: AffectedByIssueFilterInput
first: Int!
query: String!
skip: Int
): [AffectedByIssue!]!
Arguments
searchAffectedByIssues.filter ● AffectedByIssueFilterInput input
Filter for specific items
searchAffectedByIssues.first ● Int! non-null scalar
Get the first n items.
searchAffectedByIssues.query ● String! non-null scalar
Search query nodes must match
searchAffectedByIssues.skip ● Int scalar
Skips n items.
Type
AffectedByIssue interface
Entities that can be affected by an Issue, meaning that this entity is in some regard impacted by e.g. a bug described by an issue, or the non-present of a feature described by an issue.