OBJECT

AppInfo

This represents the customization of the app

link GraphQL Schema definition

  • type AppInfo {
  • # The vatnumber of the administration
  • vatnumber: String!
  • # The email address of the user
  • emailaddress: String
  • # The badge
  • badge: Badge
  • # The icon
  • icon: Icon
  • # The url to the image
  • imageUrl: String
  • # The url of the iFrame
  • iFrameUrl: String
  • }