|
@@ -1,19 +1,41 @@
|
|
|
fragment EntiteFields on Entite {
|
|
|
- id
|
|
|
- texte
|
|
|
+ action
|
|
|
+ menacemaintien
|
|
|
title
|
|
|
- liens {
|
|
|
- title
|
|
|
- url
|
|
|
- }
|
|
|
- images {
|
|
|
- url
|
|
|
- alt
|
|
|
- }
|
|
|
- fichiers {
|
|
|
+ sources {
|
|
|
description
|
|
|
- file {
|
|
|
+ images {
|
|
|
+ alt
|
|
|
url
|
|
|
}
|
|
|
+ liens {
|
|
|
+ title
|
|
|
+ url
|
|
|
+ }
|
|
|
+ documents {
|
|
|
+ description
|
|
|
+ file {
|
|
|
+ filemime
|
|
|
+ filename
|
|
|
+ url
|
|
|
+ filesize
|
|
|
+ }
|
|
|
+ }
|
|
|
+ videos {
|
|
|
+ url
|
|
|
+ }
|
|
|
+ date {
|
|
|
+ start
|
|
|
+ end
|
|
|
+ }
|
|
|
+ audios {
|
|
|
+ description
|
|
|
+ file {
|
|
|
+ filemime
|
|
|
+ filename
|
|
|
+ filesize
|
|
|
+ url
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|