Abhischek
06/04/2020, 2:04 PMmilestones: [Milestone]
type Milestone @embedded {
_id: ID!
name: String!
description: String
completed: DateTime
}
But when querying that field in the parent via:
milestones{
_id
}
I get: TypeError: prismaClient[parentName](...)[fieldName] is not a function
Any suggestions what I'm doing wrong?