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
11}