module Ecoportal module API class GraphQL module Payload module Action class Archive < Ecoportal::API::GraphQL::Logic::Payload class_resolver :item_class, "Ecoportal::API::GraphQL::Model::Action" end end end end end end