An absinthe backed graphql API extension for the Ash Framework
Find a file
2020-10-08 13:59:36 -04:00
.github feat: rewrite with dataloader 2020-09-23 21:02:33 -04:00
config fix: include initial files 2020-08-13 18:58:03 -04:00
documentation/introduction docs: add some more getting started docs 2020-10-08 13:59:36 -04:00
lib fix: set api_opts properly 2020-09-28 09:42:36 -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.3.2 2020-09-28 09:42:46 -04:00
LICENSE chore: update license 2020-09-21 14:04:00 -04:00
mix.exs chore: Specify ash dependency to be ~> 1.0 until official 2.0 release 2020-09-28 21:24:22 -04:00
mix.lock feat: rewrite with dataloader 2020-09-23 20:54:57 -04:00
README.md docs: update docs and links 2020-09-23 21:32:45 -04:00

AshGraphql

Ash CI License: MIT Coverage Status Hex version badge

AshGraphql is a graphql front extension for the Ash framework.

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.