12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- fragment ConcernementFields on Concernement {
- id
- description
- caillou
- title
- recit {
- file {
- fid
- filename
- url
- filemime
- filesize
- }
- description
- }
- author
- entites {
- menacemaintien
- prise
- actuelfuture
- entite {
- title
- id
- agissante
- proximite {
- id
- title
- }
- superposition {
- id
- title
- }
- }
- }
- besoins {
- author
- description
- id
- index
- reponses {
- author
- avec
- id
- ou
- qui
- quoi
- }
- }
- }
|