Method: GraphQL::Schema::EnumValue#comment
- Defined in:
- lib/graphql/schema/enum_value.rb
#comment(new_comment = nil) ⇒ Object
62 63 64 65 66 67 |
# File 'lib/graphql/schema/enum_value.rb', line 62 def comment(new_comment = nil) if new_comment @comment = new_comment end @comment end |