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.