0.0.9 • Published 4 years ago
graphql-julia-codegen v0.0.9
graphql-julia-codegen

This is a cli that takes GraphQL queries and a GraphQL schema and generates Julia Named Tuples. Blog Post
Usage
npm install -g graphql-julia-codegen@latestexport github_access_token=YOUR_ACCESS_TOKENgraphql-julia-codegen --source="src/" --destination="src/generated/" --endpoint="https://api.github.com/graphql" --header="Authorization:Bearer $github_access_token"
See https://github.com/laurium-labs/GithubGraphQLExample.jl for an example project that consumes the GitHub GraphQL api
Development
./bin/runto run latest code insrc./node_modules/typescript/bin/tscto buildyarn publishto publish to npm