- Notifications
You must be signed in to change notification settings - Fork254
Open
Description
Is your feature request related to a problem? Please describe.
I'm using Graphql for my queries. The response format looks like this:{data: product: {id: 1}}}
.
When I need to use this data I need to writequeryProducts.data.data.product.id
.
I could solve this by using atransformProducts
transformfer that returns the nested data but that's annoying.
Describe the solution you'd like
In Retool I can attach a transformer right before the query output inside the query editor and I really like this solution as it is a regular need to add or change data of a query and it leaves the query list manageable.
Describe alternatives you've considered
- Adding a transformer for each query
- Somehow using a transformer language for Json likeJSONata
Metadata
Metadata
Assignees
Type
Projects
Status
📋 Backlog