lib/ecoportal/api/graphql/input/contractor_entity/destroy.rb in ecoportal-api-graphql-0.3.15 vs lib/ecoportal/api/graphql/input/contractor_entity/destroy.rb in ecoportal-api-graphql-0.3.16

- old
+ new

@@ -2,9 +2,10 @@ module API class GraphQL module Input module ContractorEntity class Destroy < Ecoportal::API::GraphQL::Base::Model + passthrough :clientMutationId passkey :id end end end end