hey could I have the error message for a missing Q...
# development
c
hey could I have the error message for a missing QueryRule output something copypastable instead of the english rendition of that? something like
"return the type {}. Try registering QueryRule({} for {})."
=>
"return the type {}. Try registering QueryRule({}, [{}])."
, and make sure the input types format correctly
Maybe submit a PR?
c
Can do. Anywhere else where we could do something like this come to mind?