Zendro-dev / graphql-server

Skeleton NodeJS project for a graphQL server.
GNU General Public License v3.0
0 stars 1 forks source link

Custom error on Graphql #7

Closed vsuaste closed 5 years ago

vsuaste commented 5 years ago

In order to give feedback to the user about error in the graphql server, we need to customize such error reponse. See this documents for more info about customizing errors in graphql:

Specifically for this issue we need to pass were validation failed, if so. We access that information in the file views/pages/formElements.ejs lines 132 to 136

Expected work time: 8h

vsuaste commented 5 years ago

Done. Commits #9144f7 #d7e376