Replies: 1 comment
-
Yes. You can do both of those things from For a broader view of our customization capabilities, there is documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to custom/add key to response body with rhai script or rs plugin?
Because I need it to be compatible with old apps
for example
{ "status": 403, "message": "Invalid or expired access token", "errors": [ { "message": "HTTP fetch failed from 'service': subgraph HTTP status error '403 Forbidden': Invalid or expired access token", "locations": [], "path": [], "extensions": { "type": "SubrequestHttpError", "service": "service", "reason": "HTTP fetch failed from 'service': subgraph HTTP status error '403 Forbidden': Invalid or expired access token" } }], "data": null }
Beta Was this translation helpful? Give feedback.
All reactions