Class: Ecoportal::API::GraphQL::Mutation::Kickstand::StartWorkflow
- Inherits:
-
Logic::Mutation
- Object
- Logic::BaseQuery
- Logic::Mutation
- Ecoportal::API::GraphQL::Mutation::Kickstand::StartWorkflow
- Defined in:
- lib/ecoportal/api/graphql/mutation/kickstand/start_workflow.rb
Constant Summary collapse
- SCHEMA_VERSION =
'20260605'.freeze
Instance Method Summary collapse
Methods inherited from Logic::Mutation
Instance Method Details
#query(id:, **kargs, &block) ⇒ Object
13 14 15 |
# File 'lib/ecoportal/api/graphql/mutation/kickstand/start_workflow.rb', line 13 def query(id:, **kargs, &block) super(input: { id: id }, **kargs, &block) end |