Generate Julia Types from GraphQL operations/schema
npm install graphql-julia-codegen
This is a cli that takes GraphQL queries and a GraphQL schema and generates Julia Named Tuples. Blog Post
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
- ./bin/run to run latest code in src
- ./node_modules/typescript/bin/tsc to build
- yarn publish to publish to npm