Method: Rails::GraphQL::Request::PreparedData#enum
- Defined in:
- lib/rails/graphql/request/prepared_data.rb
#enum ⇒ Object
Get the enumerable of the whole value
81 82 83 |
# File 'lib/rails/graphql/request/prepared_data.rb', line 81 def enum @enum ||= (@array ? @value.to_enum : @value.then) end |