View Source argo

Build Status Hex.pm

argo is a compact binary serialization format for GraphQL.

This library provides support for Erlang and Elixir following the Argo 1.1.4 specifications.

See the CONTRIBUTING file for how to help out.

Installation

Add argo_graphql to your project's dependencies in mix.exs

defp deps() do
  [
    {:argo, "~> 1.0", hex: :argo_graphql}
  ]
end

Add argo_graphql to your project's dependencies in your Makefile for erlang.mk or the following to your rebar.config

{deps, [
    {argo, "~> 1.0", {pkg, argo_graphql}}
]}.

License

argo is MIT licensed, as found in the LICENSE file.