added fields to gql entite.fragment

This commit is contained in:
Bachir Soussi Chiadmi 2023-04-19 12:41:01 +02:00
parent a47ed7b772
commit b551daa561

View File

@ -1,19 +1,41 @@
fragment EntiteFields on Entite {
id
texte
action
menacemaintien
title
liens {
title
url
}
images {
url
alt
}
fichiers {
sources {
description
file {
images {
alt
url
}
liens {
title
url
}
documents {
description
file {
filemime
filename
url
filesize
}
}
videos {
url
}
date {
start
end
}
audios {
description
file {
filemime
filename
filesize
url
}
}
}
}