We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lacinia seems to be the most popular Clojure GraphQL server library and, as such, we would like to support common use cases.
Particularly, we would like to be able to automatically instrument resolvers. The exact nature of the instrumentation is an open question.
fspec
:fn
:ret
instrument
unstrument
:args
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Lacinia seems to be the most popular Clojure GraphQL server library and, as such, we would like to support common use cases.
Particularly, we would like to be able to automatically instrument resolvers. The exact nature of the instrumentation is an open question.
fspec
:fn
specs defined?:ret
or:fn
) throw immediately or cause errors to be attached to the response?instrument
andunstrument
anonymous functions?instrument
orunstrument
individual resolvers?instrument
orunstrument
(use any combination of:args
,:ret
, and:fn
)?instrument
orunstrument
individual resolvers?The text was updated successfully, but these errors were encountered: