module Ecoportal module API class GraphQL module Connection class Action < Ecoportal::API::GraphQL::Logic::Connection class_resolver :node_class, Ecoportal::API::GraphQL::Model::Action end end end end end