Objects

Issue

FieldTypeDescription
idID!The ID of the object.
shortcodeString!
titleString!
analyzerAnalyzer!
autofixAvailableBoolean!
isRecommendedBoolean!
categoryIssueCategory!
severityIssueSeverity!
shortDescriptionString!
tags[String]!

IssueCategorySetting

Configuration for an IssueCategory in a Repository.

FieldTypeDescription
categoryIssueCategory!An `IssueCategory`.
isReportedBoolean!Whether issues of given category are enabled for reporting in the repository.
canFailCheckBoolean!Whether to fail checks when occurrence(s) of issues of given category are found in the repository.

IgnoreRule

An IgnoreRule defines the condition on which to suppress an Issue’s Occurrences in a Repository.

FieldTypeDescription
levelIgnoreRuleLevel!Ignore level of the rule.
typeIgnoreRuleType!Ignore type of the rule.
issueIssue!The `Issue` to ignore in the rule.
filePathString!File path if rule is on FILE level.
globPatternString!Glob pattern if rule is of PATTERN type.

IgnoreRuleConnection

FieldTypeDescription
pageInfoPageInfo!Pagination data for this connection.
edges[IgnoreRuleEdge]!Contains the nodes in this connection.
totalCountInt

IgnoreRuleEdge

A Relay edge containing a IgnoreRule and its cursor.

FieldTypeDescription
nodeIgnoreRuleThe item at the end of the edge.
cursorString!A cursor for use in pagination.