Class: Ecoportal::API::GraphQL::Input::DeltaInput

Inherits:
Logic::Input
  • Object
show all
Defined in:
lib/ecoportal/api/graphql/input/delta_input.rb

Overview

Maps DeltaInput for the pageDelta query. Pass as an array: [{ id: 'pageId', deltaAt: 'ISO8601DateTime' }, ...] deltaAt: the last-known timestamp for this page ID. Server returns UPDATED if the page changed after deltaAt, NOT_FOUND if deleted, NEW if unknown.

Method Summary

Methods inherited from Logic::Input

from_model