Incubating v0.2.0
Prismatic
Shared GraphQL runtime for Prismatic-based Elixir SDKs.
Stats & Info
- Latest release: v0.2.0
- Recent downloads: 48
- All-time downloads: 48
- Maintainers: nshkrdotcom
Installation
Add prismatic to your list of dependencies in mix.exs:
def deps do
[
{:prismatic, "~> 0.2.0"}
]
endThen run:
mix deps.get