11 lines
133 B
GraphQL
11 lines
133 B
GraphQL
fragment GlobalAlert on GlobalAlert {
|
|
type
|
|
heading
|
|
text
|
|
phone_contact {
|
|
display_text
|
|
phone_number
|
|
footnote
|
|
}
|
|
}
|