class GraphQL::Schema::RelayClassicMutation

def authorize_arguments(args, values)

def authorize_arguments(args, values)
  # remove the `input` wrapper to match values
  input_args = args["input"].type.unwrap.arguments(context)
  super(input_args, values)
end