https://github.com/ash-project/ash_graphql
An absinthe backed graphql API extension for the Ash Framework
https://github.com/ash-project/ash_graphql
ash elixir graphql
Last synced: 3 months ago
JSON representation
An absinthe backed graphql API extension for the Ash Framework
- Host: GitHub
- URL: https://github.com/ash-project/ash_graphql
- Owner: ash-project
- License: mit
- Created: 2020-05-01T22:35:41.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:17:50.000Z (about 1 year ago)
- Last Synced: 2024-04-14T02:42:18.637Z (about 1 year ago)
- Topics: ash, elixir, graphql
- Language: Elixir
- Homepage: https://hexdocs.pm/ash_graphql
- Size: 944 KB
- Stars: 53
- Watchers: 10
- Forks: 35
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ash-framework - ash_graphql - The extension for building GraphQL APIs with Ash. (Extensions / API)
- awesome-ash-framework - ash_graphql - The extension for building GraphQL APIs with Ash. (Extensions / API)
README


[](https://opensource.org/licenses/MIT)
[](https://hex.pm/packages/ash_graphql)
[](https://hexdocs.pm/ash_graphql)# AshGraphql
Welcome! This is the extension for building GraphQL APIs with [Ash](https://hexdocs.pm/ash). The generated GraphQL APIs are powered by [Absinthe](http://hexdocs.pm/absinthe). Generate a powerful Graphql API in minutes!
## Tutorials
- [Getting Started with GraphQL](documentation/tutorials/getting-started-with-graphql.md)
## Topics
- [Authorize with GraphQL](documentation/topics/authorize-with-graphql.md)
- [Handle Errors](documentation/topics/handle-errors.md)
- [Monitoring](documentation/topics/monitoring.md)
- [Use JSON with GraphQL](documentation/topics/use-json-with-graphql.md)
- [Use Subscriptions with GraphQL](documentation/topics/use-subscriptions-with-graphql.md)
- [GraphQL Generation](documentation/topics/graphql-generation.md)
- [Modifying the Resolution](documentation/topics/modifying-the-resolution.md)
- [Relay](documentation/topics/relay.md)
- [Use Enums with GraphQL](documentation/topics/use-enums-with-graphql.md)
- [Use Maps with GraphQL](documentation/topics/use-maps-with-graphql.md)
- [Use Unions with GraphQL](documentation/topics/use-unions-with-graphql.md)
- [Upgrading to 1.0](documentation/topics/upgrade.md)## Reference
- [AshGraphql.Resource DSL](documentation/dsls/DSL-AshGraphql.Resource.md)
- [AshGraphql.Domain DSL](documentation/dsls/DSL-AshGraphql.Domain.md)