mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-07 08:13:18 +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
|
.. code-block:: json
|
||||||
|
|
||||||
{
|
{
|
||||||
"action": "UserLogin",
|
"action": {
|
||||||
|
"name": "UserLogin"
|
||||||
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"username": "jake",
|
"username": "jake",
|
||||||
"password": "secretpassword"
|
"password": "secretpassword"
|
||||||
|
Loading…
Reference in New Issue
Block a user