module Ecoportal module API class GraphQL module Payload module ContractorEntity class Create < Ecoportal::API::GraphQL::Logic::Payload class_resolver :item_class, "Ecoportal::API::GraphQL::Model::ContractorEntity" end end end end end end