Package: GraphQLite.jl

Simple, fast, limited-scope implementation of GraphQL in Julia. Converts GraphQL input into a composition of arrays and Dicts.

] add GraphQLite
cd(@__DIR__)
import Pkg
Pkg.activate(".")
using GraphQLite
using JSON3
include("resolvers.jl")