From 6d83495b86861dbb6769e0520ea8d171eb26d986 Mon Sep 17 00:00:00 2001 From: Tim Whitbeck Date: Mon, 9 Mar 2020 05:49:48 -0400 Subject: [PATCH] docs: fix Action example --- docs/graphql/manual/actions/action-handlers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphql/manual/actions/action-handlers.rst b/docs/graphql/manual/actions/action-handlers.rst index 04584bec13830..590636d3e2302 100644 --- a/docs/graphql/manual/actions/action-handlers.rst +++ b/docs/graphql/manual/actions/action-handlers.rst @@ -92,7 +92,7 @@ Hasura will call the handler with the following payload: .. code-block:: json { - "action": "UserInfo", + "action": "UserLogin", "input": { "username": "jake", "password": "secretpassword"