Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

libgraphqlparser #191

Open
kindlychung opened this issue Nov 30, 2018 · 0 comments
Open

libgraphqlparser #191

kindlychung opened this issue Nov 30, 2018 · 0 comments

Comments

@kindlychung
Copy link

repo: https://github.com/graphql/libgraphqlparser

A GraphQL query parser in C++ with C and C++ APIs

libgraphqlparser is a parser for GraphQL, a query language created by Facebook for describing data requirements on complex application data models, implemented in C++11. It can be used on its own in C++ code (or in C code via the pure C API defined in the c subdirectory), or you can use it as the basis for an extension module for your favorite programming language instead of writing your own parser from scratch.

Useful for modern web backend work.

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

No branches or pull requests

1 participant