exports.changelogType = new GraphQLObjectType({
  name: 'ChangeLog',
  description: 'A log involving data updates',
  fields: {
    id: { type: GraphQLInt },