Join Slack
Powered by
type Comments @embedded { comments: [Comment]! }...
# orm-help
p
Philipp Rajah Moura Srivastava
05/23/2020, 10:47 PM
type Comments @embedded { comments: [Comment]! } type Comment @embedded { createdBy: User! @relation(name: “CommentRelation”, link: INLINE, onDelete: SET_NULL) comment: String! }
Open in Slack
Previous
Next