Method: Rails::GraphQL::Request::PreparedData#enum

Defined in:
lib/rails/graphql/request/prepared_data.rb

#enumObject

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