click on entite opened the entite in concernement cartouche

This commit is contained in:
2023-04-19 11:04:57 +02:00
parent 440e6d9f15
commit a47ed7b772
7 changed files with 110 additions and 23 deletions

View File

@@ -0,0 +1,19 @@
fragment EntiteFields on Entite {
id
texte
title
liens {
title
url
}
images {
url
alt
}
fichiers {
description
file {
url
}
}
}