concernement.fragment.gql 574 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. fragment ConcernementFields on Concernement {
  2. id
  3. description
  4. caillou
  5. title
  6. recit {
  7. file {
  8. fid
  9. filename
  10. url
  11. filemime
  12. filesize
  13. }
  14. description
  15. }
  16. author
  17. entites {
  18. menacemaintien
  19. prise
  20. actuelfuture
  21. entite {
  22. title
  23. id
  24. agissante
  25. proximite {
  26. id
  27. title
  28. }
  29. superposition {
  30. id
  31. title
  32. }
  33. }
  34. }
  35. besoins {
  36. author
  37. description
  38. id
  39. index
  40. reponses {
  41. author
  42. avec
  43. id
  44. ou
  45. qui
  46. quoi
  47. }
  48. }
  49. }