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

Dev/graphql #8

Merged
merged 9 commits into from
May 25, 2020
Merged

Dev/graphql #8

merged 9 commits into from
May 25, 2020

Conversation

PierreZ
Copy link
Owner

@PierreZ PierreZ commented May 24, 2020

Initial commit to support GraphQL, Far from finished, but it is a good start. Main issues after merging this PR are #6 #7 #9 and #10

Main commits are:

and the whole graphql things splitted into multiples commits. The graphql handler has been backported from vertx, we are just creating the graphql object on the fly instead of passing it at construct. The schema generator is also interesting, as it completely abstract the need of a backend for graphql users. We are automatically generating queries according to the indexes

Copy link
Collaborator

@StevenLeRoux StevenLeRoux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@PierreZ PierreZ merged commit f5ade01 into master May 25, 2020
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

Successfully merging this pull request may close these issues.

None yet

2 participants