Class: Ecoportal::API::GraphQL::Base::DeltaResult

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

Overview

Result of a pageDelta query for a single page ID. delta: 'UPDATED' | 'NOT_FOUND' | 'NEW'

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

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

#as_update, #dirty?

Dynamic Method Handling

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