added fields to gql entite.fragment
This commit is contained in:
parent
a47ed7b772
commit
b551daa561
@ -1,19 +1,41 @@
|
|||||||
fragment EntiteFields on Entite {
|
fragment EntiteFields on Entite {
|
||||||
id
|
action
|
||||||
texte
|
menacemaintien
|
||||||
title
|
title
|
||||||
|
sources {
|
||||||
|
description
|
||||||
|
images {
|
||||||
|
alt
|
||||||
|
url
|
||||||
|
}
|
||||||
liens {
|
liens {
|
||||||
title
|
title
|
||||||
url
|
url
|
||||||
}
|
}
|
||||||
images {
|
documents {
|
||||||
url
|
|
||||||
alt
|
|
||||||
}
|
|
||||||
fichiers {
|
|
||||||
description
|
description
|
||||||
file {
|
file {
|
||||||
|
filemime
|
||||||
|
filename
|
||||||
url
|
url
|
||||||
|
filesize
|
||||||
|
}
|
||||||
|
}
|
||||||
|
videos {
|
||||||
|
url
|
||||||
|
}
|
||||||
|
date {
|
||||||
|
start
|
||||||
|
end
|
||||||
|
}
|
||||||
|
audios {
|
||||||
|
description
|
||||||
|
file {
|
||||||
|
filemime
|
||||||
|
filename
|
||||||
|
filesize
|
||||||
|
url
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user