# A Change is a part of the history that can be used to keep clients up to date.
type Change {
id: Int!
}