module Ecoportal module API class GraphQL module Input module ContractorEntity class Update < Ecoportal::API::GraphQL::Input::ContractorEntity::Create passthrough :clientMutationId class_resolver :id_diff_input, "Ecoportal::API::GraphQL::Input::IdDiff" embeds_one :associatedPeopleIds, klass: :id_diff_input embeds_one :leadContractorIds, klass: :id_diff_input end end end end end end