started to code superpositions

This commit is contained in:
2023-08-31 15:34:02 +02:00
parent e080c4ac5e
commit 764ec8ad18
3 changed files with 102 additions and 1 deletions

View File

@@ -52,6 +52,14 @@ fragment ConcernementFields on Concernement {
entite {
id
agissante
proximite {
id
title
}
superposition {
id
title
}
}
}
}