docs: add note on node.errors

This commit is contained in:
Sultan Iman 2018-11-01 22:32:15 +01:00
parent 18872ed8d5
commit cb8f899292

View File

@ -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.