An absinthe backed graphql API extension for the Ash Framework
Find a file
2023-05-18 00:16:58 -04:00
.github
config
documentation
lib fix: choose a better default delimiter 2023-05-18 00:16:58 -04:00
logos
test
.check.exs
.credo.exs
.formatter.exs
.gitignore
.tool-versions
CHANGELOG.md chore: release version v0.25.1 2023-05-17 22:41:39 -04:00
FUNDING.yml
LICENSE
mix.exs chore: release version v0.25.1 2023-05-17 22:41:39 -04:00
mix.lock chore: fix build/sobelow 2023-05-15 10:07:37 -04:00
README.md

AshGraphQL

Ash CI License: MIT Hex version badge

AshGraphQL is a GraphQL extension for the Ash framework. It gives you an efficient way to expose your application resources over a GraphQL API. You configure what you want to expose and AshGraphQL will generate an Absinthe schema which will resolve data straight from your Ash resources.

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.