add createUser mutation

This commit is contained in:
João Geonizeli
2021-08-04 23:06:28 -03:00
parent 30b290514f
commit 964ae85d46
12 changed files with 121 additions and 7 deletions

View File

@@ -233,6 +233,8 @@ GEM
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-graphql_matchers (1.3.0)
graphql (>= 1.8, < 2.0)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
@@ -343,6 +345,7 @@ DEPENDENCIES
puma (~> 5.0)
pundit
rails (~> 6.1.4)
rspec-graphql_matchers (~> 1.3)
rspec-rails
rubocop-rails
rubocop-rspec