click on entite opened the entite in concernement cartouche
This commit is contained in:
19
src/api/gql/entite.fragment.gql
Normal file
19
src/api/gql/entite.fragment.gql
Normal file
@@ -0,0 +1,19 @@
|
||||
fragment EntiteFields on Entite {
|
||||
id
|
||||
texte
|
||||
title
|
||||
liens {
|
||||
title
|
||||
url
|
||||
}
|
||||
images {
|
||||
url
|
||||
alt
|
||||
}
|
||||
fichiers {
|
||||
description
|
||||
file {
|
||||
url
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user