Package: GraphQLite.jl

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

GraphQLite.resolveinput(::Val{:CartItemInput}, d::Dict) = GraphQLite.dict2struct(CartItemInput, d)