OBJECT
JourneyLogChanges
Journey Logs created, modified or deleted in selected period
link GraphQL Schema definition
- type JourneyLogChanges {
- # Journey Logs created.
- # Requires access to resource GRAPHQL_JOURNEY_LOG
- : [JourneyLog!]!
- # Journey Logs changed.
- # Requires access to resource GRAPHQL_JOURNEY_LOG
- : [JourneyLog!]!
- # Journey Logs deleted
- : [Int!]!
- }