mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 11:07:11 +03:00
console: update actionWithTransform.e2e.test.ts
snapshot file
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10985 GitOrigin-RevId: 45e8d26a4f6f87f226d768e56f9250104c4a3240
This commit is contained in:
parent
e80436355b
commit
27c8e0085c
@ -89,6 +89,22 @@ exports[`Actions with Transform > When the users create, and delete a Action wit
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"handler": "https://hasura-actions-demo.glitch.me",
|
"handler": "https://hasura-actions-demo.glitch.me",
|
||||||
|
"ignored_client_headers": [
|
||||||
|
"Content-Length",
|
||||||
|
"Content-MD5",
|
||||||
|
"User-Agent",
|
||||||
|
"Host",
|
||||||
|
"Origin",
|
||||||
|
"Referer",
|
||||||
|
"Accept",
|
||||||
|
"Accept-Encoding",
|
||||||
|
"Accept-Language",
|
||||||
|
"Accept-Datetime",
|
||||||
|
"Cache-Control",
|
||||||
|
"Connection",
|
||||||
|
"DNT",
|
||||||
|
"Content-Type"
|
||||||
|
],
|
||||||
"kind": "synchronous",
|
"kind": "synchronous",
|
||||||
"output_type": "LoginResponse",
|
"output_type": "LoginResponse",
|
||||||
"request_transform": {
|
"request_transform": {
|
||||||
|
Loading…
Reference in New Issue
Block a user