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