zauberware/rails-devise-graphql
A Rails 6 boilerplate to create your next Saas product. Preloaded with graphQL, devise, JWT, CanCanCan, RailsAdmin, Rubocop, Rspec, i18n and more.
4 Releases
Latest: 5y ago
2.0.1Latest
Added a basic account model to hold a group of users with admins.
2.0.0
📋 Changes
- Using graphql-auth as JWT authentication
- Added i18n
- Added rails_admin
- Added rubocop
- Added annotate_models
- Update all packages
1.1.0
📋 Changes
- update schema and migrations
- use Devise::Test::ControllerHelpers, because Devise::TestHelpers is deprecated
- separate graphql mutations and queries because when the project grows it will be a mess.
- mutations all under graphql/mutations; queries under graphql/resolvers
- make a sample of how to use input object in sign_up
Release first draw for Saas ackend with devise and graphql1.0.0
