I haven't really found a way around it because the...
# orm-help
j
I haven't really found a way around it because the syntax is correct from what I am seeing online...
Copy code
type Items {
  id: ID! @id
  title: String!
  description: String!
  image: String
  largeImage: String!
  price: Int!
  //createdAt: DateTime! @createdAt
  //updatedAt: DateTime! @updatedAt
  //user: User!
}