Module: Ecoportal::API::GraphQL::Input::WorkflowCommand::EditSmartFillConfig
- Defined in:
- lib/ecoportal/api/graphql/input/workflow_command/edit_smart_fill_config.rb
Overview
20260713
Constant Summary collapse
- SCHEMA_VERSION =
'20260713'.freeze
- VALID_KEYS =
%i[ dataFieldId triggerType instructions editEnabled textFormat limitLength fieldConfigurations ].freeze
Class Method Summary collapse
Class Method Details
.build(**kwargs) ⇒ Object
13 14 15 |
# File 'lib/ecoportal/api/graphql/input/workflow_command/edit_smart_fill_config.rb', line 13 def self.build(**kwargs) kwargs.slice(*VALID_KEYS).compact end |