We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
70b1424
Added ability to get an attribute of an Enumbled record.
Color.black(:id) # => 1 Color.black(:enum) # => :black Color.black(:label) # => 'black' Color.black(:graphql_enum) # => 'BLACK'