absinthe-graphql/absinthe_relay

Dynamic value enclosing quotes use different characters in some error messages

Opened this issue · 1 comments

Is this normal that the opening quote character (`) is different than the closing quote character (') surrounding #{global_id} in the following code extract (and some other places in the code)?

{:error, "Could not decode ID value `#{global_id}'"}

If not, I could work on a PR to fix it.