OBJECT

OnsiteNotificationExternalLink

Extra onsite notification content returned when the notification links to an external site.

link GraphQL Schema definition

1type OnsiteNotificationExternalLink {
2
3# The link that the notification opens when clicked.
4url: String!
5
6}