Skip to main content

change

Fetches entity change by ID.

change(
changeId: String!
): EntityChanges

Arguments

change.changeId ● String! non-null scalar

The ID of the entity change.

Type

EntityChanges object

The EntityChange is the representation of the changes that were applied to the entity. It contains changes collection that represents a per-field change details with new and old values for fields that were changed.