Files
web/lib/graphql/Fragments/Footer/Logo.graphql
2024-06-05 10:23:14 +02:00

12 lines
142 B
GraphQL

#import "../Image.graphql"
fragment Logo on CurrentFooter {
logoConnection {
edges {
node {
...Image
}
}
}
}