Class: Ecoportal::API::GraphQL::Input::DeltaInput
- Inherits:
-
Logic::Input
- Object
- Logic::BaseModel
- Logic::Input
- Ecoportal::API::GraphQL::Input::DeltaInput
- 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.