Class: Ecoportal::API::GraphQL::Input::PresetView::Permission

Inherits:
Logic::Input
  • Object
show all
Defined in:
lib/ecoportal/api/graphql/input/preset_view/permission.rb

Overview

permissions: array of PresetViewPermissionInput hashes Each: { id:, level: "view"|"edit", to: { userId: } | { userGroupId: }, destroy: }

Method Summary

Methods inherited from Logic::Input

from_model