It looks like you're on the right track with mapping your internal error to a `ParseError` within...
What is the correct ParseError to use in a situation like this?
This schema takes a token and checks to see if a
This schema takes a token and checks to see if a
Session can be derived from it. Internally my users.identify function returns a TokenNotFound error and as I am using it in a schema, I would like to map it to a useful ParseError. Is this the correct way of doing it?