feat(graphql): improuve reptition champs schema

This commit is contained in:
Paul Chavard 2022-11-01 14:51:34 +01:00
parent a1247ce6e0
commit 2ed11308a8
5 changed files with 61 additions and 12 deletions

View file

@ -194,8 +194,10 @@ class SerializerService
}
fragment RepetitionChampFragment on RepetitionChamp {
champs {
...ChampFragment
rows {
champs {
...ChampFragment
}
}
}