README.md
# AshGraphql

[](https://opensource.org/licenses/MIT)
[](https://coveralls.io/github/ash-project/ash_graphql?branch=master)
[](https://hex.pm/packages/ash_graphql)
AshGraphql is a graphql front extension for the Ash framework. V
See the getting started guide for information on setting it up, and see the `AshGraphql.Resource` documentation for docs on its DSL. See the hexdocs for more information.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ash_graphql` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ash_graphql, "~> 0.2.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ash_graphql](https://hexdocs.pm/ash_graphql).