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