Skip to content

Releases: zauberware/rails-devise-graphql

2.0.1

12 Sep 13:30
Compare
Choose a tag to compare

Added a basic account model to hold a group of users with admins.

2.0.0

12 Sep 09:42
Compare
Choose a tag to compare

Changes to this version:

  • Using graphql-auth as JWT authentication
  • Added i18n
  • Added rails_admin
  • Added rubocop
  • Added annotate_models
  • Update all packages

1.1.0

18 Feb 15:40
Compare
Choose a tag to compare
  • 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 graphql

10 Feb 01:24
Compare
Choose a tag to compare