FormChange
No description
type FormChange implements Change {
data: Form
entityId: UUID!
entityType: String!
operationType: OperationType!
}
Fields
FormChange.data
● Form
object
The snapshot of the entity at the time of the change. May be null for deleted entities or when only requesting the IDs of the entities. Make sure to use the 'entityId' which always has the primary key.
FormChange.entityId
● UUID!
non-null scalar
FormChange.entityType
● String!
non-null scalar
FormChange.operationType
● OperationType!
non-null enum
Interfaces
Change
interface
Member Of
FormSyncChangeSet
object