Class: SolidusGraphqlApi::Types::Country

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

Instance Method Summary collapse

Methods inherited from Base::Object

remove_field

Instance Method Details

#statesObject



18
19
20
# File 'lib/solidus_graphql_api/types/country.rb', line 18

def states
  Queries::Country::StatesQuery.new(country: object).call
end