materio-d9/web/themes/custom/materiotheme/vuejs/api/gql/materiau.fragment.gql

33 lines
345 B
GraphQL

fragment MateriauFields on Materiau {
images {
id
url
alt
style_minicard{
width
height
url
}
}
id
title
author
uuid
memo
linked_materials {
id
title
memo
images {
id
url
alt
style_minicard{
width
height
url
}
}
}
}