Files
web/lib/graphql/Fragments/GlobalAlert.graphql
2024-10-21 09:56:12 +02:00

11 lines
133 B
GraphQL

fragment GlobalAlert on GlobalAlert {
type
heading
text
phone_contact {
display_text
phone_number
footnote
}
}