Fix: clients API team->members relation, prisma generate for notes field
This commit is contained in:
parent
73c93d3c7f
commit
a583d76fc7
1 changed files with 2 additions and 6 deletions
|
|
@ -32,13 +32,9 @@ export async function GET(
|
|||
claimsAdvocate: {
|
||||
select: { id: true, displayName: true, email: true },
|
||||
},
|
||||
team: {
|
||||
members: {
|
||||
include: {
|
||||
members: {
|
||||
include: {
|
||||
user: { select: { id: true, displayName: true, email: true } },
|
||||
},
|
||||
},
|
||||
user: { select: { id: true, displayName: true, email: true } },
|
||||
},
|
||||
},
|
||||
policies: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue