Method: GraphQL::Schema::Warden::NullWarden#visible_enum_value?
- Defined in:
- lib/graphql/schema/warden.rb
#visible_enum_value?(enum_value, _ctx = nil) ⇒ Boolean
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
99 |
# File 'lib/graphql/schema/warden.rb', line 99 def visible_enum_value?(enum_value, _ctx = nil); true; end |