OBJECT
Contact created, modified or deleted in selected period
type ContactsChanges {# Contacts created.# Requires access to resource GRAPHQL_CONTACTcreated: [Contact!]! # Contacts changed.# Requires access to resource GRAPHQL_CONTACTchanged: [Contact!]! # Contacts deleted (contactNid)deleted: [Int!]! # Contacts data extraction UTC timestamptimestamp: Int! }