Module: Ecoportal::API::GraphQL::Input::WorkflowCommand::RemoveSelectFieldOption
- Defined in:
- lib/ecoportal/api/graphql/input/workflow_command/remove_select_field_option.rb
Constant Summary collapse
- SCHEMA_VERSION =
'20260605'.freeze
Class Method Summary collapse
Class Method Details
.build(data_field_id:, option_id:) ⇒ Object
9 10 11 |
# File 'lib/ecoportal/api/graphql/input/workflow_command/remove_select_field_option.rb', line 9 def self.build(data_field_id:, option_id:) { dataFieldId: data_field_id, optionId: option_id } end |