Export resolver exceptions #4

Closed
opened 2023-04-13 21:49:01 +02:00 by belka · 0 comments
Owner
  • Resolver exceptions cannot be cought because they are not exported.
  • In Resolver.hs ! is used to check if the argument is given (in the HashMap). That can be replaced with a guard and a safer check.
- Resolver exceptions cannot be cought because they are not exported. - In `Resolver.hs` `!` is used to check if the argument is given (in the HashMap). That can be replaced with a guard and a safer check.
belka added the
Kind
enhancement
label 2023-04-13 21:49:01 +02:00
belka closed this issue 2023-04-20 12:56:45 +02:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: OSS/graphql-spice#4
No description provided.