Class: Ecoportal::API::GraphQL::Logic::Query

Inherits:
BaseQuery
  • Object
show all
Defined in:
lib/ecoportal/api/graphql/logic/query.rb

Defined Under Namespace

Classes: GenericItem

Instance Attribute Summary

Attributes inherited from BaseQuery

#base_path, #client

Instance Method Summary collapse

Methods inherited from BaseQuery

accepted_params, #access_point, clear_accepted_params, field_name, #initialize, param_defaults, #path, #query, slice_params

Constructor Details

This class inherits a constructor from Ecoportal::API::GraphQL::Logic::BaseQuery

Instance Method Details

#response_classObject



13
14
15
# File 'lib/ecoportal/api/graphql/logic/query.rb', line 13

def response_class
  item_class
end