Skip to content

Updated libgraphqlparser to include schema parsing #5

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

Closed
schloerke opened this issue Jan 10, 2017 · 4 comments
Closed

Updated libgraphqlparser to include schema parsing #5

schloerke opened this issue Jan 10, 2017 · 4 comments

Comments

@schloerke
Copy link
Contributor

Hi @jeroenooms,

Could you update to the latest libgraphqlparser?

It now includes schema parsing. Yay!

(Major feature pull request that was merged in graphql/libgraphqlparser#45)

Thank you,
Barret

@schloerke
Copy link
Contributor Author

Is there a way to do this on my own to not bother you? I do not need any of this on cran for a while but do enjoy using your c wrapper to the parser. I'd be happy to update a local copy, but I can't figure out which files you're copying.

@jeroen
Copy link
Member

jeroen commented Jan 10, 2017

Sure just run cmake in the libgraphqlparser repo and copy the src files into the r pkg

@jeroen
Copy link
Member

jeroen commented Jan 11, 2017

I have updated libgraphqlparser code: 18e76b9. Do we need to write additional bindings to support schema parsing or is that covered by the existing graphql2json?

@schloerke
Copy link
Contributor Author

Added support for the schema here: #6

This should cover schema parsing bindings.

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