Class: SolidusGraphqlApi::Types::Country
- Inherits:
-
Base::RelayNode
- Object
- GraphQL::Schema::Object
- Base::Object
- Base::RelayNode
- SolidusGraphqlApi::Types::Country
- Defined in:
- lib/solidus_graphql_api/types/country.rb
Instance Method Summary collapse
Methods inherited from Base::Object
Instance Method Details
#states ⇒ Object
18 19 20 |
# File 'lib/solidus_graphql_api/types/country.rb', line 18 def states Queries::Country::StatesQuery.new(country: object).call end |