Class: Ecoportal::API::GraphQL::Base::PersonMemberChangelog
- Inherits:
-
Logic::BaseModel
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Ecoportal::API::GraphQL::Base::PersonMemberChangelog
- Defined in:
- lib/ecoportal/api/graphql/base/person_member_changelog.rb
Overview
A single audit entry in a person member's changelog history, returned by
PersonMember.changelogs / Organization.personMemberChangelogs. Read-only.
Enum-valued fields are exposed as plain strings:
- operation / accountOperation: 'CREATE' | 'UPDATE' | 'DESTROY'
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