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