INPUT_OBJECT

UpdateApplicationViewerInput

link GraphQL Schema definition

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