Daniel

Results 4 comments of Daniel

best and most elegant solution for me is: ```css html { scrollbar-gutter: stable; }

Hi @rakeshkky. Yes, all the communication with OpenStack is handled via Hasura Actions. For `POST`, `GET` and `DELETE` calls everything works fine as far as I pass OpenStack's token via...

@rakeshkky gotcha. Now I'm trying to manually import metadata where I specify `request_transform` as: `"request_transform": { "method": "PATCH", "query_params": {}, "template_engine": "Kriti", "url": "{{$base_url}}/{{escapeUri($body.input.id)}}", "content_type": "application/openstack-images-v2.1-json-patch", "version": 1 },`, but...

Full action: `{ "name": "updateImage", "definition": { "handler": "http://ip:port/v2/images", "output_type": "UpdatedImage", "forward_client_headers": true, "arguments": [ { "name": "id", "type": "String!" }, { "name": "name", "type": "String" }, { "name": "size",...