ash_graphql/README.md

10 lines
638 B
Markdown
Raw Normal View History

2020-05-02 04:32:56 +12:00
# AshGraphql
2020-09-24 13:32:45 +12:00
2020-08-15 02:51:08 +12:00
![Ash CI](https://github.com/ash-project/ash_graphql/workflows/Ash%20CI/badge.svg)
2020-08-14 10:55:34 +12:00
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_graphql.svg)](https://hex.pm/packages/ash_graphql)
2020-05-02 04:32:56 +12:00
2020-09-24 13:32:45 +12:00
AshGraphql is a graphql front extension for the Ash framework.
2020-05-02 04:32:56 +12:00
2020-09-24 13:32:45 +12:00
See the [getting started guide](https://hexdocs.pm/ash_graphql/getting_started.html) for information on setting it up, and see the `AshGraphql.Resource` documentation for docs on its DSL. See the [hexdocs](https://hexdocs.pm/ash_graphql) for more information.