- Learning a more about error handling in GQL.
- group your errors into categories.
system errors
andexpected errors
- expected errors can be handled ahead of time giving better UX
- build errors into the schema and use union types to handle different conditions
- group your errors into categories.