Sha256: d2b7aa84df474b8b3b37c5138295a0f97aaeb154449e474de1f4c084097f67db
Contents?: true
Size: 500 Bytes
Versions: 16
Compression:
Stored size: 500 Bytes
Contents
module Ecoportal module API class GraphQL module Input module ContractorEntity class Create < Ecoportal::API::GraphQL::Base::ContractorEntity 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
16 entries across 16 versions & 1 rubygems