Closed
Description
@swolchok Great work, reached out to you on twitter as well.
I am doing OCaml bindings, https://github.com/fxfactorial/ocaml-graphql, and a server for graphql and have some questions.
(Installed from source)
- Doing:
#include <graphqlparser/JsonVisitor.h>
and getting
/usr/local/include/graphqlparser/JsonVisitor.h:13:10: fatal error: 'AstVisitor.h' file not found
#include "AstVisitor.h"
^
1 error generated.
Mistake in the cmake installation?
-
Why is there a nested libgraphqlparser inside of graphqlparser in the installed headers?/
-
Twitter question
-
is
graphql_ast_to_json
intended just for debugging or is the graphql server intended to relevant info out of that and then do with the data as it wills, ie querying postgres, redis, etc. What are some more example C++ API based usages of the AST
Metadata
Metadata
Assignees
Labels
No labels