Method: GraphQL::Schema::EnumValue#owner

Defined in:
lib/graphql/schema/enum_value.rb

#ownerClass (readonly)

Returns The enum type that owns this value.

Returns:

  • (Class)

    The enum type that owns this value



31
32
33
# File 'lib/graphql/schema/enum_value.rb', line 31

def owner
  @owner
end