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