Class: Ecoportal::API::GraphQL::Input::Page

Inherits:
Logic::Input
  • Object
show all
Defined in:
lib/ecoportal/api/graphql/input/page.rb,
lib/ecoportal/api/graphql/input/page/update.rb,
lib/ecoportal/api/graphql/input/page/archive.rb,
lib/ecoportal/api/graphql/input/page/unarchive.rb,
lib/ecoportal/api/graphql/input/page/review_task.rb,
lib/ecoportal/api/graphql/input/page/create_draft.rb,
lib/ecoportal/api/graphql/input/page/delete_draft.rb,
lib/ecoportal/api/graphql/input/page/publish_draft.rb,
lib/ecoportal/api/graphql/input/page/build_from_template.rb,
lib/ecoportal/api/graphql/input/page/create_from_template.rb

Defined Under Namespace

Classes: Archive, BuildFromTemplate, CreateDraft, CreateFromTemplate, DeleteDraft, PublishDraft, ReviewTask, Unarchive, Update

Constant Summary collapse

PAGE_FIELD_KEYS =

Fields that belong in PageInput (the nested sub-object of UpdatePageInput). Referenced by Input::Page::Update.from_model to extract the right keys from the diff.

%i[name state taskPriority timeZone externalId locations otherTags].freeze

Method Summary

Methods inherited from Logic::Input

from_model