module Ecoportal module API class GraphQL module Model class FileContainer < Ecoportal::API::GraphQL::Base::FileContainer embeds_many :fileAttachments, klass: Ecoportal::API::GraphQL::Model::FileAttachment end end end end end