ContactsChanges (Object)
Contact created, modified or deleted in selected period
type ContactsChanges {
created: [Contact!]!
changed: [Contact!]!
deleted: [Int!]!
timestamp: Int!
}
Fields
ContactsChanges.created ● [Contact!]! non-null object
Contacts created. Requires access to resource GRAPHQL_CONTACT
ContactsChanges.changed ● [Contact!]! non-null object
Contacts changed. Requires access to resource GRAPHQL_CONTACT
ContactsChanges.deleted ● [Int!]! non-null scalar
Contacts deleted (contactNid)
ContactsChanges.timestamp ● Int! non-null scalar
Contacts data extraction UTC timestamp