Class: SolidusGraphqlApi::Queries::CountriesQuery
- Inherits:
-
Object
- Object
- SolidusGraphqlApi::Queries::CountriesQuery
- Defined in:
- lib/solidus_graphql_api/queries/countries_query.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
6 7 8 |
# File 'lib/solidus_graphql_api/queries/countries_query.rb', line 6 def call Spree::Country.all end |