An absinthe backed graphql API extension for the Ash Framework
Find a file
Zach Daniel 885b1d886e chore: modernize example action names
fix: don't fail on empty mutations list
improvement: support more builtin types
2021-03-12 09:04:38 -05:00
.github chore: fix CI 2021-02-22 23:30:27 -05:00
config
documentation chore: modernize example action names 2021-03-12 09:04:38 -05:00
lib chore: modernize example action names 2021-03-12 09:04:38 -05:00
logos
test feat: update to latest ash 2021-01-21 23:06:06 -05:00
.check.exs chore: only run coverage once 2020-08-27 22:40:05 -04:00
.credo.exs feat: update to latest ash 2021-01-21 23:06:06 -05:00
.formatter.exs fix: fix .formatter.exs 2021-02-23 12:35:27 -05:00
.gitignore
.tool-versions improvement: update to latest ash 2020-12-27 01:49:35 -05:00
CHANGELOG.md chore: release version v0.12.4 2021-03-08 14:22:58 -05:00
FUNDING.yml fix: fix usage of new Ash.Query.filter/2 2020-10-09 21:10:22 -04:00
LICENSE chore: update license 2020-09-21 14:04:00 -04:00
mix.exs chore: release version v0.12.4 2021-03-08 14:22:58 -05:00
mix.lock fix: proper supports for embeds 2021-02-22 23:28:01 -05: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.