INPUT_OBJECT
UpdateApplicationViewerInput
link GraphQL Schema definition
1 input UpdateApplicationViewerInput { 4 2 #   Name of the application viewer 3 : String! 7 5 #   URL for the icon 6 : String 10 8 #   Description of the application viewer 9 : String 14 11 #   A flag that indicates whether the viewer is publicly accessible across all  12 #   organizations. 13 : Boolean 15 }