concernement.fragment.gql 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. fragment ConcernementFields on Concernement {
  2. id
  3. revision_id
  4. description
  5. caillou
  6. title
  7. recit {
  8. file {
  9. fid
  10. filename
  11. url
  12. filemime
  13. filesize
  14. }
  15. description
  16. }
  17. recit_colophon
  18. author {
  19. username
  20. structure {
  21. name
  22. }
  23. }
  24. created
  25. changed
  26. can_update
  27. lieu {
  28. name
  29. }
  30. entites {
  31. id
  32. revision_id
  33. menacemaintien
  34. actuelfuture
  35. entite {
  36. title
  37. id
  38. agissante
  39. proximite {
  40. id
  41. title
  42. }
  43. superposition {
  44. id
  45. title
  46. }
  47. }
  48. }
  49. revisions {
  50. revision_id
  51. changed
  52. entites {
  53. menacemaintien
  54. prise
  55. actuelfuture
  56. entite {
  57. id
  58. title
  59. agissante
  60. proximite {
  61. id
  62. title
  63. }
  64. superposition {
  65. id
  66. title
  67. }
  68. }
  69. }
  70. }
  71. besoins {
  72. author
  73. description
  74. id
  75. index
  76. reponses {
  77. author
  78. avec
  79. id
  80. ou
  81. qui
  82. quoi
  83. }
  84. }
  85. doleances {
  86. id
  87. author
  88. bundle
  89. path
  90. title
  91. uuid
  92. #1
  93. date_leprobleme {
  94. start
  95. }
  96. leprobleme
  97. lenquete
  98. groupesinterets {
  99. date {
  100. end
  101. start
  102. }
  103. groupe_interets
  104. accorder_interets
  105. formuler
  106. }
  107. #2
  108. date_adresse {
  109. start
  110. }
  111. entite_addresse_doleance
  112. comment_ennonce_doleance
  113. aqui_addresse_doleance
  114. reception_traitement {
  115. date {
  116. end
  117. start
  118. }
  119. entite_adressee
  120. doleance_formulee
  121. traite_doleance
  122. entite_recoit_doleance
  123. }
  124. #3
  125. date_decision {
  126. start
  127. }
  128. entites_decisionnaires
  129. decision_formule
  130. mise_en_oeuvre_decision {
  131. date {
  132. end
  133. start
  134. }
  135. entite_adresse_decision
  136. formule_decision
  137. entite_metenoeuvre_decisio
  138. }
  139. #4
  140. date_application {
  141. start
  142. }
  143. entite_adresse_application
  144. aqui_adresse_decision
  145. comment_formule_decision
  146. receptions_et_applications {
  147. date {
  148. end
  149. start
  150. }
  151. applique_decision
  152. formule_decision_applic
  153. entite_recoit_decision
  154. }
  155. probleme_initial_resolu
  156. oui_nouvelle_situation
  157. non_adresse_doleance
  158. }
  159. }