Zendro-dev / graphql-server

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

Remove bug with not existing field during batch upload #16

Open YKolokoltsev opened 5 years ago

YKolokoltsev commented 5 years ago
  1. An error that is generated is not handsome at client
  2. Check server logs and investigate the process
YKolokoltsev commented 5 years ago
  1. Who is admin@test that can't receive an e-mail? Hard coded?
asishallab commented 5 years ago

Try a

find . -type f -exec grep -il 'admin@test' \{\} \;

If no results appear, try it in all ScienceDb repositories.

Good luck