ash_graphql/README.md

36 lines
1.9 KiB
Markdown
Raw Normal View History

2024-05-02 07:59:26 +12:00
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-black-text.png?raw=true#gh-light-mode-only)
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-white-text.png?raw=true#gh-dark-mode-only)
2020-09-24 13:32:45 +12:00
2024-05-02 07:59:26 +12:00
![Elixir CI](https://github.com/ash-project/ash_graphql/workflows/CI/badge.svg)
2020-08-14 10:55:34 +12:00
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_graphql.svg)](https://hex.pm/packages/ash_graphql)
2024-05-02 07:59:26 +12:00
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](https://hexdocs.pm/ash_graphql)
2020-05-02 04:32:56 +12:00
2024-05-02 07:59:26 +12:00
# AshGraphql
2020-05-02 04:32:56 +12:00
2024-05-04 06:49:03 +12:00
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!
2024-05-02 07:59:26 +12:00
## 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)
2024-05-16 01:49:56 +12:00
- [Upgrading to 1.0](documentation/topics/upgrade.md)
2024-05-04 06:49:03 +12:00
## Reference
- [AshGraphql.Resource DSL](documentation/dsls/DSL:-AshGraphql.Resource.md)
- [AshGraphql.Domain DSL](documentation/dsls/DSL:-AshGraphql.Domain.md)