Method: GraphQL::Schema::Validator.uninstall
- Defined in:
- lib/graphql/schema/validator.rb
.uninstall(name) ⇒ void
This method returns an undefined value.
Remove whatever validator class is installed at name, if there is one
94 95 96 97 |
# File 'lib/graphql/schema/validator.rb', line 94 def self.uninstall(name) all_validators.delete(name) nil end |