Method: GraphQL::Schema::EnumValue#owner
- Defined in:
- lib/graphql/schema/enum_value.rb
#owner ⇒ Class (readonly)
Returns The enum type that owns this value.
31 32 33 |
# File 'lib/graphql/schema/enum_value.rb', line 31 def owner @owner end |