Class: SolidusGraphqlApi::Types::OptionType

Inherits:
Base::RelayNode show all
Defined in:
lib/solidus_graphql_api/types/option_type.rb

Instance Method Summary collapse

Methods inherited from Base::Object

remove_field

Instance Method Details

#option_valuesObject



17
18
19
# File 'lib/solidus_graphql_api/types/option_type.rb', line 17

def option_values
  Queries::OptionType::OptionValuesQuery.new(option_type: object).call
end