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
superlifter/src/superlifter/lacinia.clj
Line 4 in 9fb5ee9
This ns has a pedestal dependency and therefore cannot be required by ring users.
Since maps are themselves an extension of the IntoInterceptor protocol, I suggest changing the inject-superlifter to return only data.
IntoInterceptor
inject-superlifter
The text was updated successfully, but these errors were encountered:
Hi,
This makes sense, and there is an integration test with pedestal which will ensure it still works.
Will try to look at this soon. Cheers
Sorry, something went wrong.
No branches or pull requests
superlifter/src/superlifter/lacinia.clj
Line 4 in 9fb5ee9
This ns has a pedestal dependency and therefore cannot be required by ring users.
Since maps are themselves an extension of the
IntoInterceptor
protocol, I suggest changing theinject-superlifter
to return only data.The text was updated successfully, but these errors were encountered: