-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
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
Added Lacinia as an available feature #322
Conversation
Thanks, that looks really great. I'm thinking might be better to call the profile |
There is a Graphiql client example from lacinia-pedestal that might be good to include. It uses a
|
Would be handy to have an example for sure. Might be an idea to make an example using venia and Reagent for the client. One option could be to add a section in the docs. Another would be to check if +reaget/+re-frame flags are present, and inject the client code for the service similarly to what you did with auth. |
If you could give me a shout out when this is available, I'll update the Lacinia docs with some pointers here. |
#324 was merged yesterday, so |
This pull request adds a bare-bones example of Lacinia as an available template.
I'm not sure best practice for integration with
compojure-api
, so I simplified the endpoint, which requires a POST with a query param.Otherwise, it is essentially a drop-in replacement for
swagger
.Thanks for the great template, and please let me know if there's anything that needs to be changed...