type Employee {
name: String!
department: Department!
}
type Department {
name: String!
}
I can't model a use case where an employee must belong to a department.
type Employee {
name: String!
department: Department!
}
type Department {
name: String!
}
I can't model a use case where an employee must belong to a department.
Best answer by Dilini Fernando
Hi
I hope Anders’s reply was helpful. I’m closing this topic now, please feel free to create a new post if you have any questions.
Br,
Dilini
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.