Query: analyzer
Fetch details of a single analyzer using the shortcode.
Field | Type | Description |
---|---|---|
shortcode | String! | Shortcode of the analyzer you’d like to get. |
Query: analyzers
Fetch all available analyzers on DeepSource.
Field | Type | Description |
---|---|---|
offset | Int | |
before | String | |
after | String | |
first | Int | |
last | Int |
Field | Type | Description | |
---|---|---|---|
id | ID! | The ID of the object. | |
shortcode | String! | Unique identifier for this analyzer globally. | |
name | String! | Human-friendly name for this analyzer. | |
issues | IssueConnection! | ||
offset | Int | ||
before | String | ||
after | String | ||
first | Int | ||
last | Int |
Field | Type | Description |
---|---|---|
pageInfo | PageInfo! | Pagination data for this connection. |
edges | AnalyzerEdge! | Contains the nodes in this connection. |
totalCount | Int |
Analyzer
and its cursor.
Field | Type | Description |
---|---|---|
node | Analyzer | The item at the end of the edge. |
cursor | String! | A cursor for use in pagination. |
Field | Type | Description |
---|---|---|
shortcode | String! | |
title | String! | |
analyzer | Analyzer! | |
autofixAvailable | Boolean! | Whether this issue is autofixable |
isRecommended | Boolean! | Whether this is a recommended issue. Recommended issues show up at the top of the results. |
id | ID! | The ID of the object. |
category | IssueCategory! | Category of the issue. |
shortDescription | String! | A short description of the issue. |
Field | Type | Description |
---|---|---|
pageInfo | PageInfo! | Pagination data for this connection. |
edges | [IssueEdge]! | Contains the nodes in this connection. |
totalCount | Int |
Issue
and its cursor.
Field | Type | Description |
---|---|---|
node | Issue | The item at the end of the edge. |
cursor | String! | A cursor for use in pagination. |