concernement.fragment.gql 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. menacemaintien
  32. actuelfuture
  33. entite {
  34. title
  35. id
  36. agissante
  37. proximite {
  38. id
  39. title
  40. }
  41. superposition {
  42. id
  43. title
  44. }
  45. }
  46. }
  47. revisions {
  48. revision_id
  49. changed
  50. entites {
  51. menacemaintien
  52. prise
  53. actuelfuture
  54. entite {
  55. id
  56. title
  57. agissante
  58. proximite {
  59. id
  60. title
  61. }
  62. superposition {
  63. id
  64. title
  65. }
  66. }
  67. }
  68. }
  69. besoins {
  70. author
  71. description
  72. id
  73. index
  74. reponses {
  75. author
  76. avec
  77. id
  78. ou
  79. qui
  80. quoi
  81. }
  82. }
  83. doleances {
  84. id
  85. author
  86. bundle
  87. path
  88. title
  89. uuid
  90. #1
  91. date_leprobleme {
  92. start
  93. }
  94. leprobleme
  95. lenquete
  96. groupesinterets {
  97. date {
  98. end
  99. start
  100. }
  101. groupe_interets
  102. accorder_interets
  103. formuler
  104. }
  105. #2
  106. date_adresse {
  107. start
  108. }
  109. entite_addresse_doleance
  110. comment_ennonce_doleance
  111. aqui_addresse_doleance
  112. reception_traitement {
  113. date {
  114. end
  115. start
  116. }
  117. entite_adressee
  118. doleance_formulee
  119. traite_doleance
  120. entite_recoit_doleance
  121. }
  122. #3
  123. date_decision {
  124. start
  125. }
  126. entites_decisionnaires
  127. decision_formule
  128. mise_en_oeuvre_decision {
  129. date {
  130. end
  131. start
  132. }
  133. entite_adresse_decision
  134. formule_decision
  135. entite_metenoeuvre_decisio
  136. }
  137. #4
  138. date_application {
  139. start
  140. }
  141. entite_adresse_application
  142. aqui_adresse_decision
  143. comment_formule_decision
  144. receptions_et_applications {
  145. date {
  146. end
  147. start
  148. }
  149. applique_decision
  150. formule_decision_applic
  151. entite_recoit_decision
  152. }
  153. probleme_initial_resolu
  154. oui_nouvelle_situation
  155. non_adresse_doleance
  156. }
  157. }