An absinthe backed graphql API extension for the Ash Framework
Find a file
2020-09-21 19:02:14 -04:00
.github ci: only deploy on tag pushes to master 2020-09-21 19:02:14 -04:00
config fix: include initial files 2020-08-13 18:58:03 -04:00
documentation/introduction chore: release version v0.1.0 2020-08-13 18:55:34 -04:00
lib fix: use module name specific to the api 2020-09-02 00:52:51 -04:00
logos chore: release version v0.1.0 2020-08-13 18:55:34 -04:00
test fix: get mix check passing 2020-08-14 10:20:47 -04:00
.check.exs chore: only run coverage once 2020-08-27 22:40:05 -04:00
.credo.exs Add ash version from ENV and ci matrix 2020-08-27 14:51:22 -04:00
.formatter.exs chore: release version v0.1.0 2020-08-13 18:55:34 -04:00
.gitignore init 2020-05-01 12:32:56 -04:00
.tool-versions Add ash version from ENV and ci matrix 2020-08-27 14:51:22 -04:00
CHANGELOG.md chore: release version v0.2.1 2020-08-26 14:05:15 -04:00
LICENSE chore: update license 2020-09-21 14:04:00 -04:00
mix.exs Add ash version from ENV and ci matrix 2020-08-27 14:51:22 -04:00
mix.lock Add ash version from ENV and ci matrix 2020-08-27 14:51:22 -04:00
README.md chore: release version v0.2.1 2020-08-26 14:05:15 -04:00

AshGraphql

Ash 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.2.1"}
  ]
end

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