module Ecoportal module API class GraphQL module Payload module LocationStructure class CommandInterface < Ecoportal::API::GraphQL::Base::Model passkey :id passthrough :state end end end end end end