Arguments

FieldTypeDescription
shortcodeString!Shortcode of the transformer.

Sample Request

Sample Response

transformers

Query: transformer Fetch details of all available transformers on DeepSource.

Arguments

FieldTypeDescription
offsetInt
beforeString
afterString
firstInt
lastInt

Sample Request

Sample Response

Objects

Transformer

A transformer on DeepSource.

FieldTypeDescription
nameString!Name of the transformer.
shortcodeString!Unique identifier for this transformer globally.
idID!The unique identifier for the transformer.

TransformerConnection

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

TransformerEdge

A Relay edge containing a Transformer and its cursor.

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