Packages

Generic graphql HTTP and websocket transports for Cowboy

Current section

Files

Jump to
cowboy_graphql src cowboy_graphql.app.src
Raw

src/cowboy_graphql.app.src

{application,cowboy_graphql,
[{description,"Generic graphql HTTP and websocket transports for Cowboy"},
{vsn,"0.2.0"},
{registered,[]},
{applications,[kernel,stdlib,cowboy]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{links,[{"GitHub",
"https://github.com/seriyps/cowboy_graphql"}]}]}.