feat(SW-497): Added global alerts query and typings
This commit is contained in:
10
lib/graphql/Fragments/GlobalAlert.graphql
Normal file
10
lib/graphql/Fragments/GlobalAlert.graphql
Normal file
@@ -0,0 +1,10 @@
|
||||
fragment GlobalAlert on GlobalAlert {
|
||||
type
|
||||
heading
|
||||
text
|
||||
phone_contact {
|
||||
display_text
|
||||
phone_number
|
||||
footnote
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user