ash-project / ash_graphql

The extension for building GraphQL APIs with Ash
https://hexdocs.pm/ash_graphql
MIT License
73 stars 49 forks source link

chore: Set up GraphQL schema file in the web module namespace #205

Closed sevenseacat closed 3 months ago

sevenseacat commented 3 months ago

This keeps consistency with AshJsonApi, which generates its router in the web module namespace as well

Contributor checklist

zachdaniel commented 3 months ago

There has been some debate as to whether or not the GraphQL schema truly belongs in web, but ultimately this is what absinthe's guides suggest, and so that is what we should do as well. Not to mention the fact that 99% of people use GraphQL only as a web interface.

zachdaniel commented 3 months ago

🚀 Thank you for your contribution! 🚀