add base query for text cards
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
fragment TextCardFields on TextInterface {
|
||||
id
|
||||
bundle
|
||||
title
|
||||
content: texte
|
||||
images {
|
||||
id
|
||||
url
|
||||
alt
|
||||
}
|
||||
videos {
|
||||
url
|
||||
}
|
||||
files: fichiers {
|
||||
fid
|
||||
filename
|
||||
filemime
|
||||
url
|
||||
}
|
||||
families: familles {
|
||||
id
|
||||
uuid
|
||||
name
|
||||
}
|
||||
# field_titre
|
||||
authors: auteurs {
|
||||
id
|
||||
uuid
|
||||
name
|
||||
}
|
||||
edition {
|
||||
id
|
||||
uuid
|
||||
name
|
||||
}
|
||||
type: __typename
|
||||
}
|
||||
Reference in New Issue
Block a user