ash_graphql/README.md
2020-08-26 14:05:15 -04:00

27 lines
1.2 KiB
Markdown

# AshGraphql
![Ash CI](https://github.com/ash-project/ash_graphql/workflows/Ash%20CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Coverage Status](https://coveralls.io/repos/github/ash-project/ash_graphql/badge.svg?branch=master)](https://coveralls.io/github/ash-project/ash_graphql?branch=master)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_graphql.svg)](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.1"}
]
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).