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