Skip to main content

FloorSightingChanges

A series of Floor Sightings Changes

type FloorSightingChanges {
data: [FloorSighting!]!
from: Date
nextFrom: Date!
to: Date
}

Fields

FloorSightingChanges.data ● [FloorSighting!]! non-null object

Floor Sighting Data

FloorSightingChanges.from ● Date scalar

Requested From Date

FloorSightingChanges.nextFrom ● Date! non-null scalar

Next From Date in the series. Use this when requesting the next list of changes.

FloorSightingChanges.to ● Date scalar

Requested To Date

Returned By

floorSightingChanges query