From cb8f8992924bef2ebe642bd86c0020c7ba107b91 Mon Sep 17 00:00:00 2001 From: Sultan Iman Date: Thu, 1 Nov 2018 22:32:15 +0100 Subject: [PATCH] docs: add note on node.errors --- docs/custom-errors.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/custom-errors.rst b/docs/custom-errors.rst index b86e2dc..9d670bb 100644 --- a/docs/custom-errors.rst +++ b/docs/custom-errors.rst @@ -51,3 +51,7 @@ Here is custom formatting function formatted_error["path"] = error.path return formatted_error + + +.. note:: + ``error.nodes`` might be other GraphQL type as well.