Group
Extension

Matches 1

Parser-GraphQL-XS ( G/GO/GONZUS/Parser-GraphQL-XS-0.000004.tar.gz, GONZUS, 2018; MetaCPAN )
Parser-GraphQL-XS/graphql.xs ( view source; MetaCPAN )
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 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.