Module: Ecoportal::API::GraphQL::Input::WorkflowCommand::MoveField
- Defined in:
- lib/ecoportal/api/graphql/input/workflow_command/move_field.rb
Constant Summary collapse
- SCHEMA_VERSION =
'20260713'.freeze
- VALID_KEYS =
20260713: gained anchor-based positioning (anchorId/anchorPosition).
%i[id sectionId column anchorId anchorPosition].freeze
Class Method Summary collapse
Class Method Details
.build(**kwargs) ⇒ Object
11 12 13 |
# File 'lib/ecoportal/api/graphql/input/workflow_command/move_field.rb', line 11 def self.build(**kwargs) kwargs.slice(*VALID_KEYS).compact end |