i\'m running a apollo server with sequelize as orm to a postgres database. This is the schema:
type Tag { id: ID! name: String! }