mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
docs: fix action handler example (#4663)
This commit is contained in:
parent
8a58ef8b0c
commit
9f4461b223
@ -100,7 +100,9 @@ Hasura will call the handler with the following payload:
|
||||
.. code-block:: json
|
||||
|
||||
{
|
||||
"action": "UserLogin",
|
||||
"action": {
|
||||
"name": "UserLogin"
|
||||
},
|
||||
"input": {
|
||||
"username": "jake",
|
||||
"password": "secretpassword"
|
||||
|
Loading…
Reference in New Issue
Block a user