Sha256: ccb7231349a5b843a4832c2a45ad8524a32cc830e75c72bc78b140610a44926c
Contents?: true
Size: 509 Bytes
Versions: 5
Compression:
Stored size: 509 Bytes
Contents
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
Version data entries
5 entries across 5 versions & 1 rubygems