raphQLParser.h"
#include "graphqlparser/c/GraphQLAstNode.h"
#include "graphqlparser/c/GraphQLAstToJSON.h"
/*
* This is our internal data structure.
* We don't really need an object, because the API
FILE* fp = 0;
struct GraphQLAstNode* node = 0;
const char* error = 0;
const char* json = 0;
SV* pstr = 0;
do {
if (string) {
node = schema
}
json = graphql_ast_to_json(node);
if (!json) {
fprintf(stderr, "Could not get JSON\n");
break;
}
pstr = newSVpv(json, 0);
if