remove createUser mutation

This commit is contained in:
João Geonizeli
2021-08-10 21:57:06 -03:00
parent fe072595ed
commit fb99da5550
7 changed files with 1 additions and 157 deletions

View File

@@ -1,6 +1,5 @@
# frozen_string_literal: true
module Types
class MutationType < Types::BaseObject
field :create_user, mutation: Mutations::CreateUser
end
end