OBJECT

AlertButton

A call to action.

link GraphQL Schema definition

1type AlertButton {
2
3# Text to be shown in the button.
4text: String!
5
6# Where the button redirects to.
7url: String!
8
9}