started to create paper contents once concernement opened and not on init (doleance left to do)

This commit is contained in:
2023-07-13 22:49:31 +02:00
parent be3d7f622d
commit f17781b8be
3 changed files with 122 additions and 48 deletions

View File

@@ -0,0 +1,22 @@
fragment ConcernementRevisionsFields on Concernement {
id
revision_id
entites {
menacemaintien
prise
actuelfuture
entite {
title
id
agissante
proximite {
id
title
}
superposition {
id
title
}
}
}
}