module Ecoportal module API class GraphQL module Input module ContractorEntity class Destroy < Ecoportal::API::GraphQL::Base::Model passthrough :clientMutationId passkey :id end end end end end end