Class: Ecoportal::API::GraphQL::Base::FileContainer

Inherits:
Logic::BaseModel show all
Defined in:
lib/ecoportal/api/graphql/base/file_container.rb

Overview

Verified against the live schema 2026-07-30: activeFileAttachment, activeName, activeVersion, archive, canDownload, canShow, draft, fileAttachments, fileSize, id, locations, name, otherTags, tags, token.

activeVersionId was declared here and does NOT exist on the type (it is activeVersion) — it always read nil. otherTags was missing, which matters because UploadInput.otherTags is the only way to tag a container.

Direct Known Subclasses

Model::FileContainer

Constant Summary

Constants included from Common::GraphQL::Model::Diffable

Common::GraphQL::Model::Diffable::DIFF_CLASS

Method Summary

Methods included from Concerns::SnakeCamelAccess

#method_missing, #respond_to_missing?

Methods included from Common::GraphQL::Model::AsInput

#as_input, included

Methods included from Common::GraphQL::Model::Diffable

#as_update, #dirty?

Methods included from Common::GraphQL::ClassHelpers

included

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Ecoportal::API::GraphQL::Concerns::SnakeCamelAccess