OBJECT

MessengerFont

A font used for notification or chatbox

link GraphQL Schema definition

  • type MessengerFont {
  • # FontFamily used for notification or chatbox
  • fontFamily: String!
  • # Url of the css of the font
  • url: String
  • }