ash_graphql/README.md
2020-08-14 10:20:58 -04:00

1.2 KiB

AshGraphql

Elixir CI License: MIT Coverage Status Hex version badge

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, the package can be installed by adding ash_graphql to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_graphql, "~> 0.1.2"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ash_graphql.