Skip to content
Snippets Groups Projects
Commit 178bbc1f authored by michael.minelli's avatar michael.minelli
Browse files

DataTypes => Add enonce to exercice

parent 985f4865
Branches
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ const enonceBase = Prisma.validator<Prisma.EnonceArgs>()({
});
const exerciceBase = Prisma.validator<Prisma.ExerciceArgs>()({
include: {
enonce : true,
members: true,
results: true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment