Skip to content
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

Integration with Absinthe GraphQL #13

Open
Yamilquery opened this issue Sep 21, 2018 · 1 comment
Open

Integration with Absinthe GraphQL #13

Yamilquery opened this issue Sep 21, 2018 · 1 comment

Comments

@Yamilquery
Copy link

I'm really interested to apply the CQRS approach in some of our future projects.
I've watching this awesome repo and I really like so much. But I'd wish have an example of how can we implement this using something like absinthe to get all the power of GraphQL with the CQRS approach.

I really want to know the vision from the experts about combine this technology with the CQRS pattern.

Thank you!

@slashdotdash
Copy link
Owner

slashdotdash commented Sep 24, 2018

@Yamilquery Yes I plan to either include a chapter on using GraphQL by integrating Commanded with Absinthe or write a separate article on the subject.

I'm using this combination in a production app with commands defined as GraphQL mutations and subscription being updating via the after_update/3 callback in Commanded Ecto projections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants