John
type Items { id: ID! @id title: String! description: String! image: String largeImage: String! price: Int! //createdAt: DateTime! @createdAt //updatedAt: DateTime! @updatedAt //user: User! }