An absinthe backed graphql API extension for the Ash Framework
Find a file
Zach Daniel 6b84bf0f46 fix: detect all embeddable types in arguments and nested
fix: detect enums in embeddable types and arguments
fix: error messages for `InvalidArgument`
improvement: log on unrenderable error messages
fix: store refs in graphql blueprint to fix error messages
improvement: update to latest ash
2021-04-13 17:49:10 -04:00
.github fix: detect all embeddable types in arguments and nested 2021-04-13 17:49:10 -04:00
config fix: include initial files 2020-08-13 18:58:03 -04:00
documentation fix: fix authorization docs 2021-04-09 16:00:06 -04:00
lib fix: detect all embeddable types in arguments and nested 2021-04-13 17:49:10 -04:00
logos chore: release version v0.1.0 2020-08-13 18:55:34 -04:00
test improvement: support upsert?: true flag on create 2021-04-05 14:41:16 -04:00
.check.exs chore: only run coverage once 2020-08-27 22:40:05 -04:00
.credo.exs fix: select fields/aggregates/calculations 2021-03-22 13:03:18 -04:00
.formatter.exs improvement: support upsert?: true flag on create 2021-04-05 14:41:16 -04:00
.gitignore chore: remove tool-versions 2021-04-03 14:43:49 -04:00
CHANGELOG.md chore: release version v0.15.3 2021-04-09 16:36:23 -04: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 fix: detect all embeddable types in arguments and nested 2021-04-13 17:49:10 -04:00
mix.lock fix: detect all embeddable types in arguments and nested 2021-04-13 17:49:10 -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.