Class: Ecoportal::API::GraphQL::Input::DateRange

Inherits:
Logic::BaseModel show all
Defined in:
lib/ecoportal/api/graphql/input/date_range.rb

Overview

DateRange input for filtering time-bounded queries (e.g. the dateFilter arg of activityLogs). from: ISO8601DateTime to: ISO8601DateTime Pass as: { from: '2026-07-01T00:00:00Z', to: '2026-07-14T00:00:00Z' }

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