Given the schema
type User { id: ID! @id name: String! @unique lastName: String @index }
When restarting my apollo server, I always see