module Ecoportal module API class GraphQL module Input module ContractorEntity class Create < Ecoportal::API::GraphQL::Base::ContractorEntity passthrough :clientMutationId passboolean :overrideAutoApproval end end end end end end