feat(graphql): improuve reptition champs schema
This commit is contained in:
parent
a1247ce6e0
commit
2ed11308a8
5 changed files with 61 additions and 12 deletions
|
@ -194,8 +194,10 @@ class SerializerService
|
|||
}
|
||||
|
||||
fragment RepetitionChampFragment on RepetitionChamp {
|
||||
champs {
|
||||
...ChampFragment
|
||||
rows {
|
||||
champs {
|
||||
...ChampFragment
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue