This project facilitates a codegen workflow when consuming GraphQL apis in Julia.
This project exports:
- the
gql
macro which helps the code generator to find the GraphQL queries - The
parse_nt
function which parsesDict
into Julia Named Tuples.
See https://github.com/laurium-labs/GithubGraphQLExample.jl as an example project using a code generation workflow.
See our blog post: https://www.lauriumlabs.com/blog/julia-code-generation-with-graphql