Arguments
| Field | Type | Description |
|---|---|---|
| shortcode | String! | Shortcode of the analyzer you’d like to get. |
Sample Request
Sample Response
analyzers
Query: analyzers Fetch all available analyzers on DeepSource.
Arguments
Sample Request
Sample Response
Objects
Analyzer
AnalyzerConnection
| Field | Type | Description |
|---|---|---|
| pageInfo | PageInfo! | Pagination data for this connection. |
| edges | AnalyzerEdge! | Contains the nodes in this connection. |
| totalCount | Int |
AnalyzerEdge
A Relay edge containing aAnalyzer and its cursor.
Issue
| 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. |
IssueConnection
IssueEdge
A Relay edge containing aIssue and its cursor.