entityUpdates
Returns a feed of entity updates ordered by creation date in descending order.
Authentication Requirements
- Requires authentication (login required)
- User must be a system administrator or support administrator
Business Rules
- Only administrators can access this query
- Can optionally filter by specific entities ids
entityUpdates(
after: String
before: String
entityType: UpdatableEntityEnum!
filters: EntityUpdateFiltersInput
first: Int
last: Int
): EntityUpdateConnection!
Arguments
entityUpdates.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
entityUpdates.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
entityUpdates.entityType ● UpdatableEntityEnum! non-null enum common
entityUpdates.filters ● EntityUpdateFiltersInput input common
Optional filters for the entity updates feed.
entityUpdates.first ● Int scalar common
Returns the first _n_ elements from the list.
entityUpdates.last ● Int scalar common
Returns the last _n_ elements from the list.
Type
EntityUpdateConnection object common
The connection type for EntityUpdate.