Files
web/lib/graphql/Fragments/Footer/AppDownloads.graphql
2024-09-06 09:58:42 +02:00

13 lines
145 B
GraphQL

fragment AppDownloads on Footer {
app_downloads {
title
links {
type
href {
href
title
}
}
}
}