Skip to content

1.1.0

Compare
Choose a tag to compare
@simonfranzen simonfranzen released this 18 Feb 15:40
· 91 commits to master since this release
  • 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