Class: Ecoportal::API::GraphQL::Base::FileContainer
- Inherits:
-
Logic::BaseModel
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Ecoportal::API::GraphQL::Base::FileContainer
- 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
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
Methods included from Common::GraphQL::Model::Diffable
Methods included from Common::GraphQL::ClassHelpers
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Ecoportal::API::GraphQL::Concerns::SnakeCamelAccess