Query: transformer
Fetch details of a transformer using the transformer shortcode.
Field | Type | Description |
---|---|---|
shortcode | String! | Shortcode of the transformer. |
Query: transformer
Fetch details of all available transformers on DeepSource.
Field | Type | Description |
---|---|---|
offset | Int | |
before | String | |
after | String | |
first | Int | |
last | Int |
Field | Type | Description |
---|---|---|
name | String! | Name of the transformer. |
shortcode | String! | Unique identifier for this transformer globally. |
id | ID! | The unique identifier for the transformer. |
Field | Type | Description |
---|---|---|
pageInfo | PageInfo! | Pagination data for this connection. |
edges | [TransformerEdge]! | Contains the nodes in this connection. |
totalCount | Int |
Transformer
and its cursor.
Field | Type | Description |
---|---|---|
node | Transformer | The item at the end of the edge. |
cursor | String! | A cursor for use in pagination. |