remove unused GraphQl input
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
module Inputs
|
||||
class UserAttributesInput < Types::BaseInputObject
|
||||
graphql_name "UserAttributesInput"
|
||||
|
||||
argument :first_name, String, required: true
|
||||
argument :last_name, String, required: true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user