feat(SW-497): Added global alerts query and typings

This commit is contained in:
Erik Tiekstra
2024-10-21 09:56:12 +02:00
parent fb68759720
commit 78569fcb21
7 changed files with 297 additions and 89 deletions
+10
View File
@@ -0,0 +1,10 @@
fragment GlobalAlert on GlobalAlert {
type
heading
text
phone_contact {
display_text
phone_number
footnote
}
}