Fixed GraphQL in a loop, error handling improvements
October 26, 2020
FIXED
- issue with invoking different GraphQL queries within a loop
- edge case scenario when sign up with the same email exception is not gracefully handled
- gracefully handle scenario when array operators are used against properties with
null
values