1.1.0
- 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