OBJECT
PositioningsChanges
link GraphQL Schema definition
- type PositioningsChanges {
- # Positionings created.
- # Requires access to resource GRAPHQL_POSITIONING_SEE.
- # Requires access to given positioning
- : [Positioning!]
- # Positionings changed.
- # Requires access to resource GRAPHQL_POSITIONING_SEE.
- # Requires access to given positioning
- : [Positioning!]
- # Positionings deleted
- : [Int!]
- # Positionings data extraction UTC timestamp
- : Int!
- }